summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-07-06 21:09:25 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-07-06 21:09:25 +0000
commit359307231a97ebb8b6acb76ff2b3ccc791c0d8ad (patch)
tree1a51de36de2efcef7ed4f1bd0b205a9e2a84fd50 /Makefile.am
parentd375c92f6c8ff56757f742ef2d5930f7fc8d1508 (diff)
downloadgdk-pixbuf-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 'Makefile.am')
-rw-r--r--Makefile.am27
1 files changed, 19 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index 096a948af..24c865adc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,16 +8,19 @@ bin_SCRIPTS = gtk-config
# require automake 1.4
AUTOMAKE_OPTIONS = 1.4
-EXTRA_DIST = \
- HACKING \
- gtk+.spec.in \
- gtk.m4 \
- makecopyright \
- TODO \
- NEWS.pre-1-0 \
+EXTRA_DIST = \
+ HACKING \
+ gtk+.spec.in \
+ gtk.m4 \
+ makecopyright \
+ TODO \
+ TODO.xml \
+ NEWS.pre-1-0 \
ChangeLog.pre-1-0 \
+ ChangeLog.pre-1-2 \
README.cvs-commits \
- README.win32 \
+ README.win32 \
+ README.nanox \
intl/libgettext.h \
intl/po2tbl.sed.in \
examples/aspectframe/Makefile \
@@ -26,8 +29,12 @@ EXTRA_DIST = \
examples/README.1ST \
examples/extract.awk \
examples/extract.sh \
+ examples/arrow/Makefile \
+ examples/arrow/arrow.c \
examples/base/Makefile \
examples/base/base.c \
+ examples/buttonbox/Makefile \
+ examples/buttonbox/buttonbox.c \
examples/buttons/Makefile \
examples/buttons/buttons.c \
examples/buttons/info.xpm \
@@ -49,6 +56,8 @@ EXTRA_DIST = \
examples/helloworld/helloworld.c \
examples/helloworld2/Makefile \
examples/helloworld2/helloworld2.c \
+ examples/label/Makefile \
+ examples/label/label.c \
examples/list/Makefile \
examples/list/list.c \
examples/menu/Makefile \
@@ -74,6 +83,8 @@ EXTRA_DIST = \
examples/rulers/rulers.c \
examples/scribble-simple/Makefile \
examples/scribble-simple/scribble-simple.c \
+ examples/scribble-xinput/Makefile \
+ examples/scribble-xinput/scribble-xinput.c \
examples/scrolledwin/Makefile \
examples/scrolledwin/scrolledwin.c \
examples/selection/Makefile \