Update of /cvsroot/libphidget/libphidget/src/phidget++
In directory usw-pr-cvs1:/tmp/cvs-serv29626/src/phidget++
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/phidget++/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 08:48:33 -0000 1.4
***************
*** 2,5 ****
--- 2,6 ----
libphidget___la_SOURCES = CPhidget.h \
+ CInterfaceKit.h \
CPhidgetManager.h \
CServo.h \
***************
*** 20,24 ****
# CDigitalIn.h
# CDigitalOut.h
- # CInterfaceKit.h
# lsphidget.cc
# CAnalogIn.cc
--- 21,24 ----
***************
*** 32,35 ****
--- 32,37 ----
CXXFLAGS = -I../libphidget -L../libphidget
+
+ EXTRA_DIST = Doxyfile
clean-generic:
|