summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Graf <tgr@lsx.(none)>2010-07-02 14:06:59 +0200
committerThomas Graf <tgr@lsx.(none)>2010-07-02 14:06:59 +0200
commitdb5bd57899affbcaf42ac0b93c5c7be8f51ca390 (patch)
treeca9e9cc76aad8662a7ac4005f7807ae6d476e3c7 /Makefile.am
parentd378220c96c3c8b6f27dca33e7d8ba03318f9c2d (diff)
downloadlibnl-db5bd57899affbcaf42ac0b93c5c7be8f51ca390.tar.gz
Packet Location Interface
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 01f9879..e1c47b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,9 @@ SUBDIRS = include lib src doc
pkgconfig_DATA = libnl-2.0.pc
+sysconfdir = @sysconfdir@/libnl
+sysconf_DATA = etc/pktloc
+
.PHONY: cscope
cscope:
cscope -b -q -R -Iinclude -slib -ssrc;