summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-07-27 02:51:48 +0000
committerTim Janik <timj@src.gnome.org>1998-07-27 02:51:48 +0000
commit31055c298178a272572977ba499e47a4a74019a1 (patch)
tree6052bbd1a3cc86a47398235af166f1ef5867c631 /Makefile.am
parentf111f4b58e66dd36e717cdf856dd1621f566f609 (diff)
downloadgtk+-31055c298178a272572977ba499e47a4a74019a1.tar.gz
fixed EXTRA_DIST sections
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 332e3b74f7..dcc09f60b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,17 +6,22 @@ SUBDIRS = $(SRC_SUBDIRS) docs
bin_SCRIPTS = gtk-config
EXTRA_DIST = \
+ HACKING \
gtk+.spec \
gtk.m4 \
makecopyright \
TODO \
NEWS.pre-1-0 \
ChangeLog.pre-1-0 \
+ examples/README.1ST \
+ examples/extract.awk \
+ examples/extract.sh \
examples/aspectframe/Makefile \
examples/aspectframe/aspectframe.c \
examples/buttons/Makefile \
examples/buttons/buttons.c \
examples/buttons/info.xpm \
+ examples/clist/clist.c \
examples/entry/Makefile \
examples/entry/entry.c \
examples/eventbox/Makefile \