aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-07-06 20:40:50 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-07-06 20:40:50 +0000
commitd953038fe3c4e2d66cd44c3972e17df380e75915 (patch)
tree886ec7323a363ca81cb8efa03a353abc34abf27c /plugins/Makefile.am
parente64aca49db9017101d51b5579ceed2f1414c301c (diff)
From Nix:
Don't add "-I/usr/include" to CFLAGS or CPPFLAGS; GCC 3.1 warns about it, and it's not necessary. Expand the plugin directory path used for installation at installation time, rather than configuration time, so the user can reset "prefix" at installation time. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5828 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 83338ea000..e5c7638ced 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.9 2002/05/05 00:16:36 guy Exp $
+# $Id: Makefile.am,v 1.10 2002/07/06 20:40:45 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -24,7 +24,7 @@
SUBDIRS = gryphon mgcp giop
-plugindir = @PLUGIN_DIR@
+plugindir = @plugindir@
EXTRA_DIST = \
plugin_api.c \