diff options
author | Shawn Amundson <amundson@src.gnome.org> | 1998-03-31 23:43:49 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-03-31 23:43:49 +0000 |
commit | c36ca76bb84879ed1e2ba51541c95eacd56e550e (patch) | |
tree | 8a01644357246180f22165e28d7f0cdf8cf67afe /Makefile.am | |
parent | 30f22e0208593dba5ca5d3b824d8d03519414296 (diff) | |
download | gtk+-c36ca76bb84879ed1e2ba51541c95eacd56e550e.tar.gz |
Tue Mar 31 15:41:57 PST 1998 Shawn T. Amundson
* Makefile.am:
* examples/*: added the rest of the tutorial examples
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e954165210..72ef9ab648 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ EXTRA_DIST = \ TODO \ examples/gtkdial/Makefile \ examples/gtkdial/dial_test.c \ + examples/gtkdial/gtkdial.h \ examples/gtkdial/gtkdial.c \ examples/helloworld/Makefile \ examples/helloworld/helloworld.c \ @@ -20,11 +21,49 @@ EXTRA_DIST = \ 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/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 m4datadir = $(datadir)/aclocal |