summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorJohn Stowers <john.stowers@gmail.com>2010-05-08 12:14:59 +1200
committerJohn Stowers <john.stowers@gmail.com>2010-05-08 12:52:38 +1200
commita744feaed3dd56c85ac730f5114ff705c8bd067a (patch)
tree3af6c25cfb23fb3f9dc81e41e73e54c53ecc04d0 /examples/Makefile.am
parentf0d8199252e79e5e257b0b92c2ecf3f92afc7ea1 (diff)
downloadpygtk-a744feaed3dd56c85ac730f5114ff705c8bd067a.tar.gz
Add a gtk.InfoBar demo
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 2edce6bf..268b223a 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -89,7 +89,8 @@ demo_PYTHON = \
pygtk-demo/demos/tree_store.py \
pygtk-demo/demos/treemodel.py \
pygtk-demo/demos/statusicon.py \
- pygtk-demo/demos/ui_manager.py
+ pygtk-demo/demos/ui_manager.py \
+ pygtk-demo/demos/infobar.py
demoimg_DATA = \
pygtk-demo/demos/images/alphatest.png \