diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-02-01 14:37:20 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-02-26 16:54:16 -0500 |
commit | 5840c931b3065359bb97e607a9ae67e4e76d3f33 (patch) | |
tree | 51af7ab89069952d94ecd093dd9850e9630adfca /Makefile.am | |
parent | b08015371bedf20e07956a901437737a5349edbb (diff) | |
download | gtk+-5840c931b3065359bb97e607a9ae67e4e76d3f33.tar.gz |
Stop building extract-strings
It is no longer needed.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 114cd9059d..2b72ff93b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am for GTK+ include $(top_srcdir)/Makefile.decl -SRC_SUBDIRS = util gdk gtk libgail-util modules demos tests testsuite examples +SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite examples SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |