X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=11fa2001d1e6678cdc8968d58d6729d7ce0955b4;hb=refs%2Fheads%2Fpu;hp=c618561d4dfeb18ebeb31f93a90ac69e32f84c63;hpb=bf9b5be049c1b475beabcaab28c560b8343d9247;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index c618561d..396c8de6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,21 +12,26 @@ FLEX := @FLEX@ BISON := @BISON@ M4 := @M4@ LOPSUBGEN := @LOPSUBGEN@ +CRYPTOLIB := @CRYPTOLIB@ -executables := @executables@ +NEED_OGG_OBJECTS := @NEED_OGG_OBJECTS@ +NEED_VORBIS_OBJECTS := @NEED_VORBIS_OBJECTS@ +NEED_SPEEX_OBJECTS := @NEED_SPEEX_OBJECTS@ +NEED_OPUS_OBJECTS := @NEED_OPUS_OBJECTS@ +NEED_FLAC_OBJECTS := @NEED_FLAC_OBJECTS@ +NEED_AO_OBJECTS := @NEED_AO_OBJECTS@ -recv_objs := @recv_objs@ -filter_objs := @filter_objs@ -client_objs := @client_objs@ -gui_objs := @gui_objs@ -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@ +HAVE_OSL := @HAVE_OSL@ +HAVE_FAAD := @HAVE_FAAD@ +HAVE_READLINE := @HAVE_READLINE@ +HAVE_FLAC := @HAVE_FLAC@ +HAVE_MAD := @HAVE_MAD@ +HAVE_SAMPLERATE := @HAVE_SAMPLERATE@ +HAVE_AO := @HAVE_AO@ +HAVE_PTHREAD := @HAVE_PTHREAD@ +HAVE_OSS := @HAVE_OSS@ +HAVE_ALSA := @HAVE_ALSA@ +HAVE_CURSES := @HAVE_CURSES@ speex_cppflags := @speex_cppflags@ opus_cppflags := @opus_cppflags@