From: Alan T. DeKok Date: Thu, 12 Jan 2012 07:46:19 +0000 (+0100) Subject: Use INCLTDL in CFLAGS X-Git-Tag: release_3_0_0_beta0~411 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db2464f4e9112f817a0a583f831828b7d3906928;p=thirdparty%2Ffreeradius-server.git Use INCLTDL in CFLAGS --- diff --git a/Make.inc.in b/Make.inc.in index 1e11dc92cae..768c5414fc7 100644 --- a/Make.inc.in +++ b/Make.inc.in @@ -58,6 +58,7 @@ LIBRADIUS = $(top_builddir)/src/lib/$(LIBPREFIX)freeradius-radius.la LIBLTDL = @LIBLTDL@ INCLTDL = @INCLTDL@ LTDL_SUBDIRS = @LTDL_SUBDIRS@ +CFLAGS += $(INCLTDL) USE_SHARED_LIBS = @USE_SHARED_LIBS@ USE_STATIC_LIBS = @USE_STATIC_LIBS@