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 /ospfd | |
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 'ospfd')
-rw-r--r-- | ospfd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/Makefile.am b/ospfd/Makefile.am index f687ea9a..7018b46c 100644 --- a/ospfd/Makefile.am +++ b/ospfd/Makefile.am @@ -14,7 +14,7 @@ libospf_a_SOURCES = \ ospf_lsdb.c ospf_asbr.c ospf_routemap.c ospf_snmp.c \ ospf_opaque.c ospf_te.c ospf_vty.c ospf_api.c ospf_apiserver.c -ospfdheaderdir = $(includedir)/ospfd +ospfdheaderdir = $(pkgincludedir)/ospfd ospfdheader_HEADERS = \ ospf_api.h ospf_asbr.h ospf_dump.h ospf_lsa.h ospf_lsdb.h \ |