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 | |
parent | cfca364ba30e7ac26423150a19107d6157fdb58e (diff) | |
download | gtk+-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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | Makefile.am | 5 |
8 files changed, 38 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2002-02-17 jacob berkman <jacob@ximian.com> + + * Makefile.am: remove the packer example files as they don't exist + in CVS. + 2002-02-16 Manish Singh <yosh@gimp.org> * tests/testgtk.c: hm, check buttons look better for below. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 0e249547aa..a56ead4829 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2002-02-17 jacob berkman <jacob@ximian.com> + + * Makefile.am: remove the packer example files as they don't exist + in CVS. + 2002-02-16 Manish Singh <yosh@gimp.org> * tests/testgtk.c: hm, check buttons look better for below. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0e249547aa..a56ead4829 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2002-02-17 jacob berkman <jacob@ximian.com> + + * Makefile.am: remove the packer example files as they don't exist + in CVS. + 2002-02-16 Manish Singh <yosh@gimp.org> * tests/testgtk.c: hm, check buttons look better for below. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 0e249547aa..a56ead4829 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2002-02-17 jacob berkman <jacob@ximian.com> + + * Makefile.am: remove the packer example files as they don't exist + in CVS. + 2002-02-16 Manish Singh <yosh@gimp.org> * tests/testgtk.c: hm, check buttons look better for below. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 0e249547aa..a56ead4829 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2002-02-17 jacob berkman <jacob@ximian.com> + + * Makefile.am: remove the packer example files as they don't exist + in CVS. + 2002-02-16 Manish Singh <yosh@gimp.org> * tests/testgtk.c: hm, check buttons look better for below. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0e249547aa..a56ead4829 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2002-02-17 jacob berkman <jacob@ximian.com> + + * Makefile.am: remove the packer example files as they don't exist + in CVS. + 2002-02-16 Manish Singh <yosh@gimp.org> * tests/testgtk.c: hm, check buttons look better for below. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0e249547aa..a56ead4829 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2002-02-17 jacob berkman <jacob@ximian.com> + + * Makefile.am: remove the packer example files as they don't exist + in CVS. + 2002-02-16 Manish Singh <yosh@gimp.org> * tests/testgtk.c: hm, check buttons look better for below. diff --git a/Makefile.am b/Makefile.am index 5649845969..73681d0aa8 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 |