[Plib-cvs] plib/src/puAux Makefile.am,1.1,1.2
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-21 19:59:58
|
Update of /cvsroot/plib/plib/src/puAux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9116/plib/src/puAux Modified Files: Makefile.am Log Message: Oops! Forgot to add puAuxLocal.h into the distro list in the Makefile.am Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/puAux/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 28 Feb 2004 00:54:03 -0000 1.1 +++ Makefile.am 21 Mar 2004 19:49:48 -0000 1.2 @@ -2,7 +2,7 @@ lib_LIBRARIES = libplibpuaux.a -include_HEADERS = puAux.h +include_HEADERS = puAux.h puAuxLocal.h libplibpuaux_a_SOURCES = puAux.cxx \ puAuxBiSlider.cxx \ |