aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-05 21:10:56 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-05 21:10:56 +0000
commitc521263a6bbffdb27520aba64ee4ba06c3a4953e (patch)
treead10382e8ed8434d830bf4a5f9b6aead0e79780d /plugins/Makefile.am
parent37146b8bfd465215ea0d1c9e2a8ec38de6f18cd1 (diff)
Put NODIST_ at the beginning of macros containing NODIST, paralleling
the nodist_ convention for Automake variables. Regularize the lists of source files, dividing them according to several attributes. Build composite lists in a plugins/Makefile.common.inc file, to be included by plugin Makefile.common files, and use the composite lists as appropriate in Makefile.am and Makefile.nmake. svn path=/trunk/; revision=47502
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 7d4dc05543..32096ac397 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -43,6 +43,7 @@ plugindir = @plugindir@
EXTRA_DIST = \
$(_CUSTOM_EXTRA_DIST_) \
plugins.vcproj \
+ Makefile.common.inc \
Makefile.nmake \
Custom.make.example \
Custom.m4.example \