|
From: Viktor M. <mih...@us...> - 2005-06-24 14:30:57
|
Update of /cvsroot/sblim/gather/provider In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25229/provider Modified Files: .cvsignore Makefile.am Removed Files: AUTHORS COPYING ChangeLog NEWS README acinclude.m4 configure.ac Log Message: Changed to have only one configure script -> size reduction of distribution tarball. Index: .cvsignore =================================================================== RCS file: /cvsroot/sblim/gather/provider/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- .cvsignore 15 Dec 2004 07:27:25 -0000 1.1 +++ .cvsignore 24 Jun 2005 14:30:27 -0000 1.2 @@ -1 +1,2 @@ -*.d +Makefile.in + --- acinclude.m4 DELETED --- --- configure.ac DELETED --- Index: Makefile.am =================================================================== RCS file: /cvsroot/sblim/gather/provider/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 24 Jun 2005 12:04:56 -0000 1.1 +++ Makefile.am 24 Jun 2005 14:30:27 -0000 1.2 @@ -38,7 +38,7 @@ providerdir = @PROVIDERDIR@ # Generally useful flags -AM_CPPFLAGS = -I $(srcdir)/.. -I $(srcdir)/../util -I $(srcdir)/../comms +AM_CPPFLAGS = -I $(srcdir)/../util -I $(srcdir)/../comms AM_CFLAGS = -Wall AM_LDFLAGS = -L.. --- COPYING DELETED --- --- ChangeLog DELETED --- --- README DELETED --- --- NEWS DELETED --- --- AUTHORS DELETED --- |