summaryrefslogtreecommitdiff
path: root/plugins/docsis
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-09 23:50:55 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-09 23:50:55 +0000
commit9e144356f8e8d826d58407e3ec6a061813766e34 (patch)
tree46f5774b0344a0a26fa9ca024c0d198ab2e0ef5e /plugins/docsis
parent2f10d65eb2cd592625d877f737d9991a107999dd (diff)
downloadwireshark-9e144356f8e8d826d58407e3ec6a061813766e34.tar.gz
Use "plugindir", not "PLUGIN_DIR", as the variable name in the configure
script for the plugin directory; in most Makefile.am files it's set with plugindir = @plugindir@ (along the lines of what's done with other variables with pathnames - the variable name is all lower case), so the variable needs to be named "plugindir". Fix the DOCSIS plugins' Makefile.am to use "plugindir". Don't bother doing "AC_SUBST(PLUGIN_DIR)", as no Makefiles use PLUGIN_DIR as an autoconf variable. svn path=/trunk/; revision=6887
Diffstat (limited to 'plugins/docsis')
-rw-r--r--plugins/docsis/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/docsis/Makefile.am b/plugins/docsis/Makefile.am
index bd0699cde6..65c0151b4d 100644
--- a/plugins/docsis/Makefile.am
+++ b/plugins/docsis/Makefile.am
@@ -23,7 +23,7 @@
INCLUDES = -I$(top_srcdir) -I$(includedir)
-plugindir = @PLUGIN_DIR@
+plugindir = @plugindir@
plugin_LTLIBRARIES = docsis.la
docsis_la_SOURCES = packet-docsis.c packet-bpkmattr.c packet-dsarsp.c packet-macmgmt.c packet-rngrsp.c packet-bpkmreq.c packet-dscack.c packet-map.c packet-tlv.c packet-bpkmrsp.c packet-dscreq.c packet-regack.c packet-uccreq.c packet-dscrsp.c packet-regreq.c packet-uccrsp.c packet-dsaack.c packet-dsdreq.c packet-regrsp.c packet-ucd.c packet-dsareq.c packet-dsdrsp.c packet-rngreq.c packet-vendor.c packet-docsis.h packet-tlv.h moduleinfo.h