diff options
author | Tim Janik <timj@src.gnome.org> | 1998-07-27 02:51:48 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-07-27 02:51:48 +0000 |
commit | 31055c298178a272572977ba499e47a4a74019a1 (patch) | |
tree | 6052bbd1a3cc86a47398235af166f1ef5867c631 /Makefile.am | |
parent | f111f4b58e66dd36e717cdf856dd1621f566f609 (diff) | |
download | gtk+-31055c298178a272572977ba499e47a4a74019a1.tar.gz |
fixed EXTRA_DIST sections
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
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 \ |