summaryrefslogtreecommitdiff
path: root/demos/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-11-13 04:36:38 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-11-13 04:36:38 +0000
commit213680a43607361c07b5239727b74a97b3c189b2 (patch)
tree21180da4a183b0b93e9d1b971ec1a1d2367896c2 /demos/Makefile.am
parentd8a06dbadc53346413b590b0747fc59cfb15a978 (diff)
downloadgtk+-213680a43607361c07b5239727b74a97b3c189b2.tar.gz
Rename this testgtk to gtk-demo to avoid confusion, and install it so
2000-11-12 Havoc Pennington <hp@pobox.com> Rename this testgtk to gtk-demo to avoid confusion, and install it so people can use it as a supplement to the documentation. * demos/gtk-demo: Moved from demos/testgtk * demos/testgtk: Removed * configure.in: make Makefile in gtk-demo * demos/gtk-demo/Makefile.am: Install sample source to datadir/gtk-demo (maybe there's a better place?), and rename the binary to gtk-demo * demos/gtk-demo/main.c (load_file): Load installed sample source if source isn't found in pwd.
Diffstat (limited to 'demos/Makefile.am')
-rw-r--r--demos/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am
index 34baf29359..5d0b3a6eba 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am for gtk+/demos
-SUBDIRS = testgtk
+SUBDIRS = gtk-demo
INCLUDES = @STRIP_BEGIN@ \
-I$(top_srcdir) \