X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=a976dc973e988bbbdc977206ada0a3787c98dbfc;hp=2625127ff656d06695cdbe92b5a9b2a5fe07d96a;hb=61cc38c808285b894f815db5b72d2703eb4b27bb;hpb=9766510180fd598bacaf54b4509ef486155bf584 diff --git a/Makefile.in b/Makefile.in index 2625127f..a976dc97 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,6 +42,7 @@ faad_cppflags := @faad_cppflags@ curses_cppflags := @curses_cppflags@ ao_cppflags := @ao_cppflags@ +clock_gettime_ldflags := @clock_gettime_ldflags@ id3tag_ldflags := @id3tag_ldflags@ ogg_ldflags := @ogg_ldflags@ vorbis_ldflags := @vorbis_ldflags@ @@ -140,7 +141,7 @@ CPPFLAGS += -I/usr/local/include CPPFLAGS += -I$(cmdline_dir) CPPFLAGS += $(osl_cppflags) -LDFLAGS += @clock_gettime_ldflags@ +LDFLAGS += $(clock_gettime_ldflags) man_pages := $(patsubst %, $(man_dir)/%.1, $(prefixed_executables))