[Libphidget-cvs-commits] CVS: libphidget/src/libphidget Makefile.am,1.4,1.5
Status: Alpha
Brought to you by:
jstrohm
From: Vadim T. <vt...@us...> - 2002-09-14 18:59:26
|
Update of /cvsroot/libphidget/libphidget/src/libphidget In directory usw-pr-cvs1:/tmp/cvs-serv26556/src/libphidget Modified Files: Makefile.am Log Message: Fixed the makefiles so the include files are now deployed Index: Makefile.am =================================================================== RCS file: /cvsroot/libphidget/libphidget/src/libphidget/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Makefile.am 12 Sep 2002 01:32:07 -0000 1.4 --- Makefile.am 14 Sep 2002 18:59:21 -0000 1.5 *************** *** 1,5 **** lib_LTLIBRARIES = libphidget.la ! libphidget_la_SOURCES = phidget.h \ phidget.c --- 1,9 ---- lib_LTLIBRARIES = libphidget.la ! headerdir = ${prefix}/include ! ! header_DATA = phidget.h ! ! libphidget_la_SOURCES = ${header_DATA} \ phidget.c |