Update of /cvsroot/python-gtkextra/python-gtkextra2/gtkextra
In directory usw-pr-cvs1:/tmp/cvs-serv4923/gtkextra
Modified Files:
Makefile.am
Added Files:
.cvsignore
Log Message:
cvsignore's and Makefile.am fix
--- NEW FILE: .cvsignore ---
Makefile.in
Index: Makefile.am
===================================================================
RCS file: /cvsroot/python-gtkextra/python-gtkextra2/gtkextra/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Makefile.am 10 Jul 2002 19:06:56 -0000 1.1.1.1
--- Makefile.am 10 Jul 2002 19:26:06 -0000 1.2
***************
*** 11,15 ****
pkgincludedir = $(includedir)/pygtkextra-2.0/pygtkextra
! pkginclude_HEADERS = pygtkextra.h
INCLUDES = -I$(top_srcdir) $(PYTHON_INCLUDES) -Wall
--- 11,15 ----
pkgincludedir = $(includedir)/pygtkextra-2.0/pygtkextra
! pkginclude_HEADERS =
INCLUDES = -I$(top_srcdir) $(PYTHON_INCLUDES) -Wall
|