commit 5e95439dc53eaf98e1c8ddeafc7cfb15387da4dd parent c21fafc7b640836719597b425a7e598524137575 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 19 Dec 2009 12:33:32 +0000 streamline Diffstat:
| D | src/plugins/Makefile-plugins.am | | | 12 | ------------ |
| M | src/plugins/Makefile.am | | | 11 | ++++++++++- |
2 files changed, 10 insertions(+), 13 deletions(-)
diff --git a/src/plugins/Makefile-plugins.am b/src/plugins/Makefile-plugins.am @@ -1,12 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/common - -# install plugins under: -plugindir = $(libdir)/@RPLUGINDIR@ - -if HAVE_GNU_LD - makesymbolic=-Wl,-Bsymbolic -endif - -PLUGINFLAGS = $(makesymbolic) $(LE_PLUGIN_LDFLAGS) - - diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am @@ -1,4 +1,13 @@ -include Makefile-plugins.am +INCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/common + +# install plugins under: +plugindir = $(libdir)/@RPLUGINDIR@ + +if HAVE_GNU_LD + makesymbolic=-Wl,-Bsymbolic +endif + +PLUGINFLAGS = $(makesymbolic) $(LE_PLUGIN_LDFLAGS) SUBDIRS = .