diff options
author | gdt <gdt> | 2003-12-03 17:24:27 +0000 |
---|---|---|
committer | gdt <gdt> | 2003-12-03 17:24:27 +0000 |
commit | d6b72f7ab1d33a43e1b6d5cd3410ac53e3bf74a9 (patch) | |
tree | e2b2a025757c52802bc12a4b6b8eec94d4bcdd79 /bgpd | |
parent | 6c110e700c21ef3d1d958da1df54261960d7ef07 (diff) |
Add support for --enable-exampledir to specify where to place example
files, defaulting to sysconfdir (matching previous behavior).
This is needed to support (cleanly) NetBSD pkgsrc, which requires that
example config files go in $(prefix)/share/examples/pkgname, rather
than in $(prefix)/etc/pkgname.
Diffstat (limited to 'bgpd')
-rw-r--r-- | bgpd/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bgpd/Makefile.am b/bgpd/Makefile.am index 3559652c..9cb3a90f 100644 --- a/bgpd/Makefile.am +++ b/bgpd/Makefile.am @@ -26,7 +26,8 @@ bgpd_SOURCES = \ bgpd_LDADD = ../lib/libzebra.a @LIBCAP@ -dist_sysconf_DATA = bgpd.conf.sample bgpd.conf.sample2 +examplesdir = $(exampledir) +dist_examples_DATA = bgpd.conf.sample bgpd.conf.sample2 EXTRA_DIST = BGP4-MIB.txt |