From: Andre Noll Date: Sun, 15 Sep 2013 02:24:57 +0000 (+0000) Subject: build: Add Make variable for clock_gettime_ldflags. X-Git-Tag: v0.5.1~1^2~7 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=61cc38c808285b894f815db5b72d2703eb4b27bb;ds=sidebyside build: Add Make variable for clock_gettime_ldflags. Another autoconf variable reference bites the dust. --- 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))