diff options
| author | Yang Tse <yangsita@gmail.com> | 2008-07-27 16:37:02 +0000 |
|---|---|---|
| committer | Yang Tse <yangsita@gmail.com> | 2008-07-27 16:37:02 +0000 |
| commit | c8fe5f485c2a8f8bc11fec1cc904328127dde4f0 (patch) | |
| tree | 853bb0654ef251bcd4cb6b3093c7a6c18aa46819 /ares | |
| parent | 1ac121292590a0678bf3d23f99e4ec8f4f96a477 (diff) | |
move ACLOCAL_AMFLAGS after AUTOMAKE_OPTIONS
Diffstat (limited to 'ares')
| -rw-r--r-- | ares/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/Makefile.am b/ares/Makefile.am index 2c01c6c07..04db9ecc9 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -1,7 +1,7 @@ -ACLOCAL_AMFLAGS = -I m4 - AUTOMAKE_OPTIONS = foreign +ACLOCAL_AMFLAGS = -I m4 + lib_LTLIBRARIES = libcares.la man_MANS = $(MANPAGES) |
