From 78b3b038e17097671f07427732a18a837c33a44c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 6 Jul 2002 20:40:50 +0000 Subject: 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. svn path=/trunk/; revision=5828 --- plugins/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Makefile.am') 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 @@ -24,7 +24,7 @@ SUBDIRS = gryphon mgcp giop -plugindir = @PLUGIN_DIR@ +plugindir = @plugindir@ EXTRA_DIST = \ plugin_api.c \ -- cgit v1.2.3