summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: f3dc86a4285e2af375f3dbda11bd58181252fb5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6

man_MANS = ulogd.8

EXTRA_DIST = $(man_MANS) debian ulogd.logrotate ulogd.spec ulogd.conf

INCLUDES = $(all_includes) -I$(top_srcdir)/include
SUBDIRS = include doc libipulog src input filter output

$(OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)
	$(SHELL) ./config.status --recheck

dist-hook:
	rm -rf `find $(distdir)/debian -name .svn`