[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] some early bugfixes
Update of /home/or/cvsroot/src
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src
Modified Files:
Makefile.am
Log Message:
some early bugfixes
our log() conflicts with log(3)
distribute only the correct files from doc/ and src/config/
sometimes laptops go back in time. i guess that's ok for now.
and bump the version number because we're live.
Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/src/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am 27 Sep 2003 08:40:47 -0000 1.5
+++ Makefile.am 7 Oct 2003 16:29:55 -0000 1.6
@@ -1,7 +1,6 @@
# leave in dependency order, since common must be built first
-SUBDIRS = common or
-DIST_SUBDIRS = common or
-EXTRA_DIST = config
+SUBDIRS = common or config
+DIST_SUBDIRS = common or config