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 | 9051baf2f18e51f0ba57c8d2dd7e7a9c09999fd1 (patch) | |
tree | f8668ce43d78c4bad020588e208c3667c0120edf /Makefile.am | |
parent | b6c9abb66116b954719a996d719579b1ffc79e0d (diff) | |
download | gdk-pixbuf-9051baf2f18e51f0ba57c8d2dd7e7a9c09999fd1.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 8284462ec..cad44f6ed 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 |