]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
Add para_upgrade_db.
[paraslash.git] / Makefile.in
index b3e3be5cc82deb414f85404af830759ccd0e0963..f9efa7deaf5d621c87c9505549bf4fc58f771e15 100644 (file)
@@ -8,7 +8,10 @@ datarootdir := @datarootdir@
 PACKAGE_TARNAME := @PACKAGE_TARNAME@
 PACKAGE_VERSION := @PACKAGE_VERSION@
 
+FLEX := @FLEX@
+BISON := @BISON@
 M4 := @M4@
+LOPSUBGEN := @LOPSUBGEN@
 
 executables := @executables@
 
@@ -20,6 +23,7 @@ audiod_objs := @audiod_objs@
 audioc_objs := @audioc_objs@
 mixer_objs := @mixer_objs@
 server_objs := @server_objs@
+upgrade_db_objs := @upgrade_db_objs@
 write_objs := @write_objs@
 afh_objs := @afh_objs@
 play_objs := @play_objs@