X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=a8e2a8b90a400b08a36edeca459335ef766ba560;hp=14015c9bf5915e8a3f2355e1947d50ea6aced07e;hb=6fbd93c8420823356a24a3637d332c23c0c85dcd;hpb=a181da64ba896c709d61e775606a0b8ebfdd1dde diff --git a/Makefile.in b/Makefile.in index 14015c9b..a8e2a8b9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,15 +2,15 @@ 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@ +GENGETOPT := @GENGETOPT@ +HELP2MAN := @HELP2MAN@ ggo_descriptions_declared := @ggo_descriptions_declared@ object_executable_matrix := @object_executable_matrix@ @@ -51,6 +51,7 @@ 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@ @@ -73,5 +74,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