diff options
author | Owen Taylor <owt1@cornell.edu> | 1998-04-08 04:07:01 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-04-08 04:07:01 +0000 |
commit | 3d19b7ce55885a50df575f52aadc18d47fab235c (patch) | |
tree | ccc10a158cef117251b3897a09e68a40a59aa27e /Makefile.am | |
parent | 2ab408a70056ed0e8aed7b920fa9b15b6d8bdc64 (diff) | |
download | gtk+-3d19b7ce55885a50df575f52aadc18d47fab235c.tar.gz |
Changes for GTK+ 0.99.10
Tue Apr 7 23:06:00 1998 Owen Taylor <owt1@cornell.edu>
* Changes for GTK+ 0.99.10
* examples/find-examples.sh: Script to find all the
files we need to distribute from the examples directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 113 |
1 files changed, 59 insertions, 54 deletions
diff --git a/Makefile.am b/Makefile.am index 72ef9ab648..e07238656e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,60 +10,65 @@ EXTRA_DIST = \ gtk.m4 \ makecopyright \ TODO \ - examples/gtkdial/Makefile \ - examples/gtkdial/dial_test.c \ - examples/gtkdial/gtkdial.h \ - 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.h \ - examples/tictactoe/tictactoe.c \ - examples/tictactoe/ttt_test.c \ - examples/buttons/Makefile \ - examples/buttons/info.xpm \ - examples/buttons/buttons.c \ - examples/packbox/Makefile \ - examples/packbox/packbox.c \ - examples/entry/Makefile \ - examples/entry/entry.c \ - examples/eventbox/Makefile \ - examples/eventbox/eventbox.c \ - examples/list/Makefile \ - examples/list/list.c \ - examples/menu/Makefile \ - examples/menu/menufactory.h \ - examples/menu/menu.c \ - examples/menu/mfmain.c \ - examples/menu/menufactory.c \ - examples/menu/mfmain.h \ - examples/notebook/Makefile \ - examples/notebook/notebook.c \ - examples/pixmap/Makefile \ - examples/pixmap/pixmap.c \ - examples/progressbar/Makefile \ - examples/progressbar/progressbar.c \ - examples/table/Makefile \ - examples/table/table.c \ - examples/radiobuttons/Makefile \ - examples/radiobuttons/radiobuttons.c \ - examples/rulers/Makefile \ - examples/rulers/rulers.c \ - examples/scrolledwin/Makefile \ - examples/scrolledwin/scrolledwin.c \ - examples/wheelbarrow/Makefile \ - examples/wheelbarrow/wheelbarrow.c \ - examples/statusbar/Makefile \ - examples/statusbar/statusbar.c \ - examples/selection/Makefile \ - examples/selection/gettargets.c \ - examples/selection/setselection.c \ - examples/filesel/Makefile \ - examples/filesel/filesel.c + examples/aspectframe/Makefile \ + examples/aspectframe/aspectframe.c \ + examples/buttons/Makefile \ + examples/buttons/buttons.c \ + examples/buttons/info.xpm \ + examples/entry/Makefile \ + examples/entry/entry.c \ + examples/eventbox/Makefile \ + examples/eventbox/eventbox.c \ + examples/filesel/Makefile \ + examples/filesel/filesel.c \ + examples/gtkdial/Makefile \ + examples/gtkdial/dial_test.c \ + examples/gtkdial/gtkdial.c \ + examples/gtkdial/gtkdial.h \ + examples/helloworld/Makefile \ + examples/helloworld/helloworld.c \ + examples/helloworld2/Makefile \ + examples/helloworld2/helloworld2.c \ + examples/list/Makefile \ + examples/list/list.c \ + examples/menu/Makefile \ + examples/menu/menu.c \ + examples/menu/menufactory.c \ + examples/menu/menufactory.h \ + examples/menu/mfmain.c \ + examples/menu/mfmain.h \ + examples/notebook/Makefile \ + examples/notebook/notebook.c \ + examples/packbox/Makefile \ + examples/packbox/packbox.c \ + examples/paned/Makefile \ + examples/paned/paned.c \ + examples/pixmap/Makefile \ + examples/pixmap/pixmap.c \ + examples/progressbar/Makefile \ + examples/progressbar/progressbar.c \ + examples/radiobuttons/Makefile \ + examples/radiobuttons/radiobuttons.c \ + examples/rulers/Makefile \ + examples/rulers/rulers.c \ + examples/scribble-simple/Makefile \ + examples/scribble-simple/scribble-simple.c \ + examples/scrolledwin/Makefile \ + examples/scrolledwin/scrolledwin.c \ + examples/selection/Makefile \ + examples/selection/gettargets.c \ + examples/selection/setselection.c \ + examples/statusbar/Makefile \ + examples/statusbar/statusbar.c \ + examples/table/Makefile \ + examples/table/table.c \ + examples/tictactoe/Makefile \ + examples/tictactoe/tictactoe.c \ + examples/tictactoe/tictactoe.h \ + examples/tictactoe/ttt_test.c \ + examples/wheelbarrow/Makefile \ + examples/wheelbarrow/wheelbarrow.c \ + examples/find-examples.sh m4datadir = $(datadir)/aclocal |