From: Gareth S B. <bes...@us...> - 2005-06-02 17:31:52
|
Update of /cvsroot/sblim/wbemcli In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30687 Modified Files: Makefile.am Log Message: added NOP makefile entries for postinstall and runtest, so conform a bit cleaner to typical SBLIM autoconf package install procedure. Index: Makefile.am =================================================================== RCS file: /cvsroot/sblim/wbemcli/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 5 Apr 2005 12:11:04 -0000 1.3 +++ Makefile.am 2 Jun 2005 17:31:31 -0000 1.4 @@ -93,3 +93,7 @@ dist-hook: $(RM) -r `find $(distdir) -name CVS` + +postinstall: + +runtest: |