aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-10-30 19:45:40 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-10-30 19:45:40 +0000
commit41671d662e0388916affa3c676162ba032f78aad (patch)
treee6ce2196b38fa2ce9a9d55d11b2fe70f2fa2addb /epan/Makefile.am
parent51a5c82e9df62813d57a8fc84c5a38a721fc3415 (diff)
From Marc Moussali:
Make it easier to add custom plugins. svn path=/trunk/; revision=26627
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index a214e95f7c..e87f2bb803 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -185,7 +185,7 @@ inet_pton.c:
if HAVE_PLUGINS
if ENABLE_STATIC
-
+-include ../plugins/Custom.make
plugin_src = \
../plugins/artnet/packet-artnet.c \
../plugins/asn1/packet-asn1.c \