aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorCharles Longeau <github@chl.be>2011-10-21 21:05:03 +0200
committerCharles Longeau <github@chl.be>2011-10-23 00:05:11 +0200
commit8a79d2591a78b5e72d2e2cc75b3f087605db77f5 (patch)
tree122b21a8dc47f55cb1faa50f56f6b1fc0630c486 /Makefile.am
parentremove duplicated header. Reported by Brad Arrington (diff)
downloadOpenSMTPD-8a79d2591a78b5e72d2e2cc75b3f087605db77f5.tar.xz
OpenSMTPD-8a79d2591a78b5e72d2e2cc75b3f087605db77f5.zip
fix a bunch of autotools warnings
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c9854d48..4adece7a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,3 @@
-SUBDIRS=openbsd-compat src
+SUBDIRS = openbsd-compat src
+
+ACLOCAL_AMFLAGS = -I m4 \ No newline at end of file