[Libphidget-cvs-commits] CVS: libphidget/src/libphidget Makefile.am,1.2,1.3
Status: Alpha
Brought to you by:
jstrohm
From: Vadim T. <vt...@us...> - 2002-09-09 08:48:40
|
Update of /cvsroot/libphidget/libphidget/src/libphidget In directory usw-pr-cvs1:/tmp/cvs-serv29626/src/libphidget Modified Files: Makefile.am Log Message: Fixed the bugs that prevented the result of 'make dist' from working properly. Index: Makefile.am =================================================================== RCS file: /cvsroot/libphidget/libphidget/src/libphidget/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 7 Sep 2002 20:12:30 -0000 1.2 --- Makefile.am 9 Sep 2002 08:48:33 -0000 1.3 *************** *** 4,7 **** --- 4,9 ---- phidget.c + EXTRA_DIST = Doxyfile + clean-generic: |