[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[or-cvs] Folded cell.? into src/or
Update of /home/or/cvsroot/src/common
In directory moria.seul.org:/home/arma/work/onion/cvs/src/common
Modified Files:
Makefile.am
Removed Files:
cell.c cell.h opcell.c opcell.h routent.c routent.h
scheduler.c scheduler.h
Log Message:
Folded cell.? into src/or
Removed more obsolete files
Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/src/common/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 2 Jul 2002 09:17:20 -0000 1.2
+++ Makefile.am 19 Jul 2002 18:47:04 -0000 1.3
@@ -3,12 +3,9 @@
#CFLAGS = -Wall -Wpointer-arith -O2
-libor_a_SOURCES = cell.c config.c key.c log.c opcell.c \
- routent.c scheduler.c utils.c
-
-# ss.h is not used anywhere, distributing it just because
+libor_a_SOURCES = config.c key.c log.c utils.c
-noinst_HEADERS = cell.h config.h key.h log.h opcell.h \
- policies.h routent.h scheduler.h utils.h \
+noinst_HEADERS = config.h key.h log.h \
+ policies.h utils.h \
ss.h version.h
--- cell.c DELETED ---
--- cell.h DELETED ---
--- opcell.c DELETED ---
--- opcell.h DELETED ---
--- routent.c DELETED ---
--- routent.h DELETED ---
--- scheduler.c DELETED ---
--- scheduler.h DELETED ---