X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=61da659f370442e75173cd3a1810911a07c2575f;hp=d8c6ed83d4e835f5b38f77a5f679cda51faaf3f2;hb=f2940b2fbde865256bc35c74e3bd624d2ff48d2e;hpb=5597f7555575ba0cf1955b102403f04fa1115c10 diff --git a/Makefile.in b/Makefile.in index d8c6ed83..61da659f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,15 +2,16 @@ prefix := @prefix@ exec_prefix := @exec_prefix@ # These two use prefix and exec_prefix -BINDIR := @bindir@ +bindir := @bindir@ datarootdir := @datarootdir@ PACKAGE_TARNAME := @PACKAGE_TARNAME@ PACKAGE_VERSION := @PACKAGE_VERSION@ -INSTALL := @install@ -GENGETOPT := @gengetopt@ -HELP2MAN := @help2man@ +INSTALL := @INSTALL@ +M4 := @M4@ +GENGETOPT := @GENGETOPT@ +HELP2MAN := @HELP2MAN@ ggo_descriptions_declared := @ggo_descriptions_declared@ object_executable_matrix := @object_executable_matrix@ @@ -50,6 +51,8 @@ flac_cppflags := @flac_cppflags@ samplerate_cppflags := @samplerate_cppflags@ readline_cppflags := @readline_cppflags@ alsa_cppflags := @alsa_cppflags@ +oss_cppflags := @oss_cppflags@ +mp4v2_cppflags := @mp4v2_cppflags@ clock_gettime_ldflags := @clock_gettime_ldflags@ id3tag_ldflags := @id3tag_ldflags@ @@ -72,5 +75,7 @@ nsl_ldflags := @nsl_ldflags@ curses_ldflags := @curses_ldflags@ core_audio_ldflags := @core_audio_ldflags@ crypto_ldflags := @crypto_ldflags@ +iconv_ldflags := @iconv_ldflags@ +mp4v2_ldflags := @mp4v2_ldflags@ include Makefile.real