summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-27 16:37:02 +0000
committerYang Tse <yangsita@gmail.com>2008-07-27 16:37:02 +0000
commitbb30f43e4803f8a8fb9f8e02393781ff49d26168 (patch)
tree42a0958648407b26dfc1937b11f3b83c3f400088 /Makefile.am
parentb94e960ed34b47e96b994cdce1581abc72fad247 (diff)
downloadc-ares-bb30f43e4803f8a8fb9f8e02393781ff49d26168.tar.gz
c-ares-bb30f43e4803f8a8fb9f8e02393781ff49d26168.tar.bz2
c-ares-bb30f43e4803f8a8fb9f8e02393781ff49d26168.zip
move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONS
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2c01c6c..04db9ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
-ACLOCAL_AMFLAGS = -I m4
-
AUTOMAKE_OPTIONS = foreign
+ACLOCAL_AMFLAGS = -I m4
+
lib_LTLIBRARIES = libcares.la
man_MANS = $(MANPAGES)