summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-01-03 19:36:21 +0000
committerMatt Wilson <msw@src.gnome.org>2002-01-03 19:36:21 +0000
commit72a69c612f6208dff38ca593ebb116c94c4c5083 (patch)
tree321f462ea424dc3eb7de11a64e234dce1fe29f85 /Makefile.am
parent209e02865d7abe75ecfb826879dc2566c9a88611 (diff)
downloadpygtk-72a69c612f6208dff38ca593ebb116c94c4c5083.tar.gz
add missing demo files
2002-01-03 Matt Wilson <msw@redhat.com> * Makefile.am (EXTRA_DIST): add missing demo files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 50bcab8f..08ae5bf8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,8 +79,10 @@ EXTRA_DIST += \
examples/pygtk-demo/pygtk-demo.py \
examples/pygtk-demo/demos/__init__.py \
examples/pygtk-demo/demos/buttonbox.py \
- examples/pygtk-demo/demos/dnd.py \
examples/pygtk-demo/demos/dndpixmap.py \
+ examples/pygtk-demo/demos/dnd.py \
+ examples/pygtk-demo/demos/itemfactory.py \
+ examples/pygtk-demo/demos/list_store.py \
examples/pygtk-demo/demos/menu.py \
examples/pygtk-demo/demos/toolbar.py \
examples/pygtk-demo/demos/treemodel.py \