X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=f9efa7deaf5d621c87c9505549bf4fc58f771e15;hb=56e54c8c75d59a8e5072451941aa56c727d99d26;hp=b3e3be5cc82deb414f85404af830759ccd0e0963;hpb=bd28ec9a64884d70917c4fdea1a3a70c91758f83;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index b3e3be5c..f9efa7de 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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@