diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-01-17 22:15:58 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-01-17 22:15:58 +0000 |
commit | f7be7085b4de7d37c88b8149335471c590360efd (patch) | |
tree | d839d6490be0c3cecd5446698e0057bfc694f22b /Makefile.am | |
parent | a28128d8551ed5ae5ab7156f0b92d63463bd9b26 (diff) | |
download | gtk+-f7be7085b4de7d37c88b8149335471c590360efd.tar.gz |
Split the gtk translations into the domains gtk20 and gtk20-properties.
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 8284462eca..cad44f6eda 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am for GTK+ SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests contrib -SUBDIRS = po $(SRC_SUBDIRS) docs build m4macros +SUBDIRS = po po-properties $(SRC_SUBDIRS) docs build m4macros # require automake 1.4 AUTOMAKE_OPTIONS = 1.7 |