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 --- doc/README.plugins | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/README.plugins') diff --git a/doc/README.plugins b/doc/README.plugins index 5bbefcec81..c8341cffb0 100644 --- a/doc/README.plugins +++ b/doc/README.plugins @@ -1,4 +1,4 @@ -$Id: README.plugins,v 1.5 2002/01/21 07:37:36 guy Exp $ +$Id: README.plugins,v 1.6 2002/07/06 20:40:43 guy Exp $ Plugins @@ -104,9 +104,9 @@ files. An example of the Makefile.am follows: -INCLUDES = -I$(top_srcdir) -I$(includedir) +INCLUDES = -I$(top_srcdir) -plugindir = @PLUGIN_DIR@ +plugindir = @plugindir@ plugin_LTLIBRARIES = xxx.la xxx_la_SOURCES = packet-xxx.c moduleinfo.h -- cgit v1.2.3