diff options
author | jacob berkman <jacob@ximian.com> | 2002-02-17 06:51:31 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 2002-02-17 06:51:31 +0000 |
commit | f1f5cc1a9130ddd64423a2c256bc3f0cc29807b2 (patch) | |
tree | a240757d6878bfbbfcecc7793c40e1202f15674a /Makefile.am | |
parent | cfca364ba30e7ac26423150a19107d6157fdb58e (diff) | |
download | gdk-pixbuf-f1f5cc1a9130ddd64423a2c256bc3f0cc29807b2.tar.gz |
remove the packer example files as they don't exist in CVS.
2002-02-17 jacob berkman <jacob@ximian.com>
* Makefile.am: remove the packer example files as they don't exist
in CVS.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 564984596..73681d0aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,8 +70,6 @@ EXTRA_DIST = \ examples/notebook/notebook.c \ examples/packbox/Makefile \ examples/packbox/packbox.c \ - examples/packer/Makefile \ - examples/packer/pack.c \ examples/paned/Makefile \ examples/paned/paned.c \ examples/pixmap/Makefile \ @@ -115,6 +113,9 @@ EXTRA_DIST = \ examples/spinbutton/Makefile \ examples/find-examples.sh +# examples/packer/Makefile \ +# examples/packer/pack.c \ + GDKTARGET=@gdktarget@ ## Copy .pc files to target-specific names |