diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-03-26 12:51:42 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-03-26 22:02:48 +0100 |
commit | 9616a3d58e500fdd769c21d2a16c4864448768e3 (patch) | |
tree | d460eba59d5eda538ca5c51cc4d635db3328dced /configure.ac | |
parent | 3f69d23e0e4181ee91332da6060d943f82c698a0 (diff) | |
download | libmnl-9616a3d58e500fdd769c21d2a16c4864448768e3.tar.gz libmnl-9616a3d58e500fdd769c21d2a16c4864448768e3.zip |
examples: add kobject-event
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 718ab1c..7c611fa 100644 --- a/configure.ac +++ b/configure.ac @@ -27,5 +27,5 @@ regular_CFLAGS="-Wall -Waggregate-return -Wmissing-declarations \ -Wformat=2 -pipe" AC_SUBST([regular_CPPFLAGS]) AC_SUBST([regular_CFLAGS]) -AC_CONFIG_FILES([Makefile src/Makefile include/Makefile include/libmnl/Makefile include/linux/Makefile examples/Makefile examples/genl/Makefile examples/netfilter/Makefile examples/rtnl/Makefile libmnl.pc doxygen.cfg]) +AC_CONFIG_FILES([Makefile src/Makefile include/Makefile include/libmnl/Makefile include/linux/Makefile examples/Makefile examples/genl/Makefile examples/kobject/Makefile examples/netfilter/Makefile examples/rtnl/Makefile libmnl.pc doxygen.cfg]) AC_OUTPUT |