diff options
author | hasufell <julian.ospald@googlemail.com> | 2013-07-12 14:10:51 +0200 |
---|---|---|
committer | hasufell <julian.ospald@googlemail.com> | 2013-07-12 14:17:30 +0200 |
commit | e63ec01089a53facfe55e33e8dd90ff7f853eb38 (patch) | |
tree | 069b6ca326cf6d3d6ca398b1d11291b823e13809 /Makefile.am | |
parent | be1e6bde65fc1e7a4d93e898cc9d58dd4f042d41 (diff) |
MAKE: backwards compat for old libtool
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 073fd4b2..41e95375 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ ## Process this file with automake to produce Makefile.in +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = po intl src plugins man share EXTRA_DIST = autogen.sh |