diff options
author | gdt <gdt> | 2003-12-08 18:12:34 +0000 |
---|---|---|
committer | gdt <gdt> | 2003-12-08 18:12:34 +0000 |
commit | af273652d500b7d3ed4de0da856634a3a0638e67 (patch) | |
tree | b9a70e539dd2aa52b152cc0144c13c4f5eff8ada /lib | |
parent | 239aecc01cd8ef389b3684cff6ba372da51826ff (diff) |
{lib,ospfd,ospfapi}/Makefile.am:
Use pkginclude_HEADERS rather than include_HEADERS to place includes
in ${prefix}/include/quaggainstead of polluting ${prefix}/include.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 27981e52..391c2b7e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -16,7 +16,7 @@ libzebra_a_DEPENDENCIES = @LIB_REGEX@ libzebra_a_LIBADD = @LIB_REGEX@ -include_HEADERS = \ +pkginclude_HEADERS = \ buffer.h command.h filter.h getopt.h hash.h if.h linklist.h log.h \ memory.h network.h prefix.h routemap.h distribute.h sockunion.h \ str.h stream.h table.h thread.h vector.h version.h vty.h zebra.h \ |