diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-02-14 22:49:57 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-02-14 22:49:57 +0000 |
commit | 542dec4ce18de0b9c3bfe7ea961e49e5fc559d6d (patch) | |
tree | 573f749cc899f69e73d8d235390d27fff93aa63c /examples/Makefile | |
parent | 8f5c2c76253447124abc6cf33b69ad53492f6184 (diff) | |
download | gtk+-542dec4ce18de0b9c3bfe7ea961e49e5fc559d6d.tar.gz |
The following changes are the beginning of the work on #71430.
* examples/extract.sh, examples/extract.awk: Make extraction work.
* examples/Makefile (SUBDIRS): Remove packer.
* examples/packer/pack.c, examples/packer/Makefile: Removed.
* docs/tutorial/gtk-tut.sgml: Fix the included examples far
enough to make them compile and (mostly) work, remove the packer
example.
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 940dd15a48..e19ffea8f4 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -19,7 +19,6 @@ SUBDIRS = arrow \ menu \ notebook \ packbox \ - packer \ paned \ pixmap \ progressbar \ |