diff options
author | Benjamin Otte <otte@redhat.com> | 2013-05-14 16:13:16 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-05-15 15:37:16 +0200 |
commit | 6ea4c144ddfdf1208b44845dee1a40c2eec91e65 (patch) | |
tree | 118f9802953b86bf99a83e086688cc253ca56d65 /Makefile.am | |
parent | ac8f7f0703a9f43dfeeba8606ff76f12b7cf8e28 (diff) | |
download | gtk+-6ea4c144ddfdf1208b44845dee1a40c2eec91e65.tar.gz |
build: Move gdk/tests/ to testsuite/gdk/
This is a reorganization of the testsuite to be in the testsuite/
directory, so it can be installed from there.
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 285785fee8..281b67d4f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Makefile.am for GTK+ include $(top_srcdir)/Makefile.decl -SRC_SUBDIRS = gdk gtk libgail-util modules demos tests perf examples +SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite perf examples SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |