[Libphidget-cvs-commits] CVS: libphidget/src Makefile.am,1.3,1.4
Status: Alpha
Brought to you by:
jstrohm
From: Vadim T. <vt...@us...> - 2002-09-09 22:57:44
|
Update of /cvsroot/libphidget/libphidget/src In directory usw-pr-cvs1:/tmp/cvs-serv6578/src Modified Files: Makefile.am Log Message: - Package name adjusted: now it is 'libphidget' - RPM build added. In order to build the source and binary RPM, just become root and execute 'make rpm'. Index: Makefile.am =================================================================== RCS file: /cvsroot/libphidget/libphidget/src/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 7 Sep 2002 21:56:54 -0000 1.3 --- Makefile.am 9 Sep 2002 22:57:32 -0000 1.4 *************** *** 1 **** ! SUBDIRS = libphidget phidget++ examples --- 1 ---- ! SUBDIRS = libphidget phidget++ examples rpm |