diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-10-01 08:02:27 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-10-01 08:02:27 +0200 |
commit | f925a6a538e1ea6480b2e85c51dcef121fc0e810 (patch) | |
tree | f9b6259fd4a2c5c1a31549dc19b6e3794f2e47e0 /Makefile.am | |
parent | 33c4011a549c4fc5d9dcceffee5a40d740e8b62c (diff) | |
download | gnome-control-center-f925a6a538e1ea6480b2e85c51dcef121fc0e810.tar.gz |
Update autotools configuration
New requirements:
automake >= 1.10
libtool >= 2.2
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9b3c17076..7616e000b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + SUBDIRS = po libgnome-control-center shell panels \ font-viewer help docs DIST_SUBDIRS = po font-viewer help shell typing-break docs examples panels libgnome-control-center @@ -15,8 +17,6 @@ schemas_in_files = gnome-control-center.schemas.in schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) @INTLTOOL_SCHEMAS_RULE@ -ACLOCAL_AMFLAGS = -I m4 - CLEANFILES = \ $(schemas_DATA) |