diff options
author | Benjamin Otte <otte@redhat.com> | 2011-06-14 22:08:55 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-07-05 16:07:56 -0400 |
commit | 48b9521cbb2bd6c4caaba9b6c24fdb6e264f58c5 (patch) | |
tree | d0f39bdd8851ac49d9fd58557c4b05a1fcef7c37 /Makefile.am | |
parent | b6025e44a98b41dc132aa8deea732521b9364f03 (diff) | |
download | gtk+-48b9521cbb2bd6c4caaba9b6c24fdb6e264f58c5.tar.gz |
gail-util: Move into toplevel directory
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 050202dd51..e4818baad4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am for GTK+ include $(top_srcdir)/Makefile.decl -SRC_SUBDIRS = gdk gtk modules demos tests perf examples +SRC_SUBDIRS = gdk gtk libgail-util modules demos tests perf examples SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |