X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=Makefile.in;h=f9efa7deaf5d621c87c9505549bf4fc58f771e15;hb=56e54c8c75d59a8e5072451941aa56c727d99d26;hp=556a926c235fac68714c877c7fd9bc6f9838d927;hpb=8eb77a20423c3dcc44c4584a082e981391272cb2;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index 556a926c..f9efa7de 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,6 +8,8 @@ datarootdir := @datarootdir@ PACKAGE_TARNAME := @PACKAGE_TARNAME@ PACKAGE_VERSION := @PACKAGE_VERSION@ +FLEX := @FLEX@ +BISON := @BISON@ M4 := @M4@ LOPSUBGEN := @LOPSUBGEN@ @@ -21,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@