From: <sg...@us...> - 2003-08-29 08:49:34
|
Update of /cvsroot/libfunutil/libfunutil/include/fun In directory sc8-pr-cvs1:/tmp/cvs-serv29353 Modified Files: Makefile Log Message: corrected the path for the installed headers. Index: Makefile =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/include/fun/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile 29 Aug 2003 08:45:27 -0000 1.5 +++ Makefile 29 Aug 2003 08:49:29 -0000 1.6 @@ -3,6 +3,7 @@ DIST_FILES += Makefile INSTALL_PACKAGE_HEADERS = $(wildcard *.h) +INSTALL_PACKAGE_HEADERS_DEST = $(prefix)/include/fun clean-local: @$(call toc_clean_files,$(wildcard *.h)) |