diff options
author | PST 1998 Shawn T. Amundson <amundson@gtk.org> | 1998-03-28 01:01:54 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-03-28 01:01:54 +0000 |
commit | 7033e33822a607feb3683516f9d83426f7982694 (patch) | |
tree | d055025e6c9586ca0e8989aa40a002295acd9aab /Makefile.am | |
parent | b2c30ad95d9e6d06592da25cf1490be3510b7946 (diff) | |
download | gtk+-7033e33822a607feb3683516f9d83426f7982694.tar.gz |
Released GTK+ 0.99.9GTK_0_99_9
Fri Mar 27 16:35:00 PST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GTK+ 0.99.9
* examples: added a couple more, fixed some Makefiles
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c2c9cf489c..e954165210 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,23 @@ EXTRA_DIST = \ gtk+.prj \ gtk.m4 \ makecopyright \ - TODO + TODO \ + examples/gtkdial/Makefile \ + examples/gtkdial/dial_test.c \ + examples/gtkdial/gtkdial.c \ + examples/helloworld/Makefile \ + examples/helloworld/helloworld.c \ + examples/helloworld2/Makefile \ + examples/helloworld2/helloworld2.c \ + examples/scribble-simple/Makefile \ + examples/scribble-simple/scribble-simple.c \ + examples/tictactoe/Makefile \ + examples/tictactoe/tictactoe.c \ + examples/tictactoe/ttt_test.c \ + examples/buttons/Makefile \ + examples/buttons/info.xpm \ + examples/buttons/buttons.c + m4datadir = $(datadir)/aclocal m4data_DATA = gtk.m4 |