Tue Mar 31 15:41:57 PST 1998 Shawn T. Amundson

* Makefile.am:
	* examples/*: added the rest of the tutorial examples
This commit is contained in:
Shawn Amundson
1998-03-31 23:43:49 +00:00
parent 30f22e0208
commit c36ca76bb8
45 changed files with 2498 additions and 1 deletions

View File

@ -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