1## $Id$
2AUTOMAKE_OPTIONS=foreign no-dependencies
3SUBDIRS = src doc etc templates rpm m4 preproc_rules tools
4
5INCLUDES = @INCLUDES@
6
7EXTRA_DIST = ChangeLog snort.8 LICENSE verstuff.pl RELEASE.NOTES snort.pc.in VERSION
8
9man_MANS = snort.8
10
11DISTCLEANFILES=stamp-h.in cflags.out cppflags.out
12
13dist-hook:
14# always ensure that the win32 build is in sync
15	perl $(distdir)/verstuff.pl $(distdir)
16# work around a horrible doc/Makefile.am
17	rm -rf $(distdir)/doc/signatures/CVS
18
19pkgconfigdir = $(libdir)/pkgconfig
20pkgconfig_DATA = snort.pc
21