[Python-gtkextra-commits] CVS: python-gtkextra2 Makefile.am,1.3,1.4
Status: Beta
Brought to you by:
treeves
From: <pyt...@li...> - 2003-07-02 16:03:48
|
Update of /cvsroot/python-gtkextra/python-gtkextra2 In directory sc8-pr-cvs1:/tmp/cvs-serv15724 Modified Files: Makefile.am Log Message: Make examples easier to run with python libraries in 'strange' locations. Index: Makefile.am =================================================================== RCS file: /cvsroot/python-gtkextra/python-gtkextra2/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 9 Jan 2003 13:16:07 -0000 1.3 --- Makefile.am 2 Jul 2003 16:03:45 -0000 1.4 *************** *** 15,18 **** --- 15,19 ---- python-gtkextra.pc.in \ examples/test.sh \ + examples/common.py \ examples/icons.py \ examples/pixmaps.py \ |