You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
300 B

include $(top_srcdir)/Make_global.am
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = $(man_MANS)
SUBDIRS = src include utils
DIST_SUBDIRS = src include utils
man_MANS = #nfnetlink.3
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libnfnetlink.pc
dist-hook:
rm -rf `find $(distdir)/debian -name .svn`