From a886cb82fb10b56d62d89aec225e6c2de7bb6867 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 8 Jan 2016 06:57:45 -0600 Subject: [PATCH] buildsystem: more LTDLINCL fixes --- extensions/Makefile.am | 2 +- extensions/Makefile.in | 2 +- modules/Makefile.am | 2 +- modules/Makefile.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/Makefile.am b/extensions/Makefile.am index e1762828..55f8e596 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libratbox/include +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libratbox/include $(LTDLINCL) AM_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined -shared AM_LDFLAGS += -export-symbols-regex _mheader LIBS += $(top_srcdir)/libratbox/src/libratbox.la $(top_srcdir)/ircd/libircd.la diff --git a/extensions/Makefile.in b/extensions/Makefile.in index b8de33c5..4191a8b4 100644 --- a/extensions/Makefile.in +++ b/extensions/Makefile.in @@ -585,7 +585,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libratbox/include +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libratbox/include $(LTDLINCL) AM_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined \ -shared -export-symbols-regex _mheader extensiondir = @moduledir@/extensions diff --git a/modules/Makefile.am b/modules/Makefile.am index 93940acd..413a792c 100644 --- a/modules/Makefile.am +++ b/modules/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = subdir-objects -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libratbox/include +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libratbox/include $(LTDLINCL) AM_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined -shared AM_LDFLAGS += -export-symbols-regex _mheader LIBS += $(top_srcdir)/libratbox/src/libratbox.la $(top_srcdir)/ircd/libircd.la diff --git a/modules/Makefile.in b/modules/Makefile.in index 526d064e..492b4771 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -652,7 +652,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = subdir-objects -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libratbox/include +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libratbox/include $(LTDLINCL) AM_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined \ -shared -export-symbols-regex _mheader auto_load_moddir = @moduledir@/autoload