diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-10-18 15:50:13 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-10-18 15:50:13 +0000 |
commit | 7420908815651a1ff2ceb1c0fb5e92fe9b260619 (patch) | |
tree | d5f528e39a5b20ac5ba3e88ddea0e8b4f81bbad8 /demos/Makefile.am | |
parent | 92bbfd05a879df21bcc44fc1d48ec217bee1d8ae (diff) | |
download | gtk+-7420908815651a1ff2ceb1c0fb5e92fe9b260619.tar.gz |
Start of work to move to new modularized testgtk.
Wed Oct 18 11:14:05 2000 Owen Taylor <otaylor@redhat.com>
* configure.in demos/Makefile.am demos/testgtk/*: Start of work to
move to new modularized testgtk.
Diffstat (limited to 'demos/Makefile.am')
-rw-r--r-- | demos/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am index 3aa45b4223..34baf29359 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -1,5 +1,7 @@ ## Makefile.am for gtk+/demos +SUBDIRS = testgtk + INCLUDES = @STRIP_BEGIN@ \ -I$(top_srcdir) \ -I$(top_builddir)/gdk \ |