diff options
author | GMT 1999 Tony Gale <gale@gtk.org> | 1999-02-01 14:47:05 +0000 |
---|---|---|
committer | Tony Gale <gale@src.gnome.org> | 1999-02-01 14:47:05 +0000 |
commit | 7402d68c8ff04b1f09b32dab5ee601919b16fe54 (patch) | |
tree | 1e7c99fb04aadf8fcbde906fe3cff50adf140c25 /examples/Makefile | |
parent | 5ef056ea949b4a6c6d3bf970ba712f31c8835f5e (diff) | |
download | gtk+-7402d68c8ff04b1f09b32dab5ee601919b16fe54.tar.gz |
update to new examples
Mon Feb 1 13:35:14 GMT 1999 Tony Gale <gale@gtk.org>
* examples/Makefile: update to new examples
* examples/menu/itemfactory.c: I must have forgotten to
'cvs add' this file
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 41 |
1 files changed, 36 insertions, 5 deletions
diff --git a/examples/Makefile b/examples/Makefile index a5396d2aab..f669019c92 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,9 +1,40 @@ -SUBDIRS = aspectframe eventbox gtkdial notebook progressbar scrolledwin tictactoe \ - clist filesel list paned rulers table \ - entry menu pixmap scribble-simple text \ - base helloworld packbox radiobuttons selection tree \ - buttons helloworld2 packer rangewidgets statusbar wheelbarrow +SUBDIRS = arrow \ + aspectframe \ + base \ + buttonbox \ + buttons \ + calendar \ + clist \ + entry \ + eventbox \ + filesel \ + fixed \ + frame \ + gtkdial \ + helloworld \ + helloworld2 \ + label \ + list \ + menu \ + notebook \ + packbox \ + packer \ + paned \ + pixmap \ + progressbar \ + radiobuttons \ + rangewidgets \ + rulers \ + scribble-simple \ + scrolledwin \ + selection \ + statusbar \ + table \ + text \ + tictactoe \ + tree \ + wheelbarrow all: list='$(SUBDIRS)'; \ |