summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2010-09-08 13:04:35 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2010-09-08 13:07:32 +0200
commit089d5e1c6a4fcd6615b02866b760f2d7b4084a08 (patch)
tree607b14e964297f19a84f904fe8f896e142853e70 /configure.in
parent2a67cbdd18d23612a49435e251fb0c853388b0e8 (diff)
examples: put examples files into specific directories
put examples files into specific directories according to the Netlink bus they work with. And minor update in the readme file Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4a8f1a2..8969b35 100644
--- a/configure.in
+++ b/configure.in
@@ -15,4 +15,4 @@ case $target in
*) AC_MSG_ERROR([Linux only, dude!]);;
esac
-AC_OUTPUT(Makefile src/Makefile include/Makefile include/libmnl/Makefile examples/Makefile libmnl.pc)
+AC_OUTPUT(Makefile src/Makefile include/Makefile include/libmnl/Makefile examples/Makefile examples/genl/Makefile examples/netfilter/Makefile examples/rtnl/Makefile libmnl.pc)