From: Asbjorn M. <ste...@us...> - 2002-03-12 13:33:24
|
Update of /cvsroot/epp-rtk/epp-rtk/c++/src/ssl In directory usw-pr-cvs1:/tmp/cvs-serv2071 Modified Files: Makefile.am Log Message: Cleaned up Makefile.am, and it now exports the lib/headers Index: Makefile.am =================================================================== RCS file: /cvsroot/epp-rtk/epp-rtk/c++/src/ssl/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 8 Mar 2002 11:11:34 -0000 1.3 --- Makefile.am 12 Mar 2002 13:33:22 -0000 1.4 *************** *** 1,12 **** ! noinst_LIBRARIES = libnpssl.a ! CLEANFILES = *~ ! DISTCLEANFILES = Makefile.in libnpssl_a_SOURCES = \ ! npssl.h \ npssl.cc ! LDFLAGS = ! INCLUDES =-I/usr/local/ssl/include -I/usr/local --- 1,16 ---- ! pkglib_LIBRARIES = libnpssl.a ! exportedheaders = \ ! npssl.h + pkgincludedir = $(includedir)/$(PACKAGE)/ssl + pkginclude_HEADERS = $(exportedheaders) libnpssl_a_SOURCES = \ ! $(exportedheaders) \ npssl.cc ! INCLUDES =-I/usr/local/ssl/include ! ! CLEANFILES = *~ ! DISTCLEANFILES = Makefile.in |