aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-30 19:45:40 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-30 19:45:40 +0000
commit5d960bbf029cd7e1b8fc1b61b201f346071846b5 (patch)
treee6ce2196b38fa2ce9a9d55d11b2fe70f2fa2addb /plugins/Makefile.am
parentda15667cd3b232edacfe22d1bb4a62123f7c489f (diff)
From Marc Moussali:
Make it easier to add custom plugins. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26627 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index ea89c35b9c..c409925642 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -21,7 +21,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-SUBDIRS = \
+-include Custom.make
+SUBDIRS = $(_CUSTOM_SUBDIRS_) \
agentx \
artnet \
asn1 \