]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
Replaced gdbm with metakit. Involves a new simgear version and a new database
[flightgear.git] / src / Airports / Makefile.am
index e3a205af9eed47cddaa972a4c560fcc6a6cb316f..adee6d991ccb9b1b7ec7289f0b830f5688766cc1 100644 (file)
@@ -8,6 +8,6 @@ libAirports_a_SOURCES = \
 
 buildsimple_SOURCES = buildsimple.cxx
 
-buildsimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lgdbm -lz
+buildsimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/src