From 018d7bdc6df49da30c0035b024d6a9b4279dd92a Mon Sep 17 00:00:00 2001 From: Brendan O'Dea Date: Thu, 9 Oct 2014 22:18:26 +1100 Subject: Use dpkg makefile includes to get the correct compiler/linker flags for Debian Policy; update standards version --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 5952384..bd5d18d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -144,7 +144,7 @@ $(target).h2m: $(srcdir)/$(target).h2m.PL preload: $(preload).so $(preload).so: $(srcdir)/$(preload).c - $(CC) $(CFLAGS) -o $@ -fPIC -shared $? $(LIBS) + $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ -fPIC -shared $? $(LIBS) man: $(target).1 $(target).1: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m.PL -- cgit v1.2.1