diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-06 21:09:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-06 21:09:25 +0000 |
commit | 359307231a97ebb8b6acb76ff2b3ccc791c0d8ad (patch) | |
tree | 1a51de36de2efcef7ed4f1bd0b205a9e2a84fd50 /demos/Makefile.am | |
parent | d375c92f6c8ff56757f742ef2d5930f7fc8d1508 (diff) | |
download | gtk+-359307231a97ebb8b6acb76ff2b3ccc791c0d8ad.tar.gz |
Add check for db2html
Thu Jul 6 16:12:14 2000 Owen Taylor <otaylor@redhat.com>
* configure.in: Add check for db2html
Thu Jul 6 14:53:05 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtktypeutils.c (gtk_type_init): Add a temporary
hack to set glib_debug_objects based on gtk_debug_flags.
Thu Jul 6 14:12:13 2000 Owen Taylor <otaylor@redhat.com>
* INSTALL.in: Update the Prerequisites section.
* Makefile.am demos/Makefile.am docs/Makefile.am
docs/tutorial/Makefile.am gdk/x11/Makefile.am
gdk/linux-fb/Makefile.am: Dist fixes
Diffstat (limited to 'demos/Makefile.am')
-rw-r--r-- | demos/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/Makefile.am b/demos/Makefile.am index 8d7ca2f756..69c49272d1 100644 --- a/demos/Makefile.am +++ b/demos/Makefile.am @@ -54,3 +54,14 @@ testpixbuf_drawable_SOURCES = testpixbuf-drawable.c pixbuf-init.c testpixbuf_scale_SOURCES = testpixbuf-scale.c pixbuf-init.c testanimation_SOURCES = testanimation.c pixbuf-init.c pixbuf_demo_SOURCES = pixbuf-demo.c pixbuf-init.c + +EXTRA_DIST = \ + apple-red.png \ + background.jpg \ + gnome-applets.png \ + gnome-calendar.png \ + gnome-foot.png \ + gnome-gimp.png \ + gnome-gmush.png \ + gnome-gsame.png \ + gnu-keys.png |