[svn] commit: r194 - in /experiments/jelte-configuration: Makefile.in session.cc session.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 29 22:22:00 UTC 2009
Author: mgraff
Date: Thu Oct 29 22:22:00 2009
New Revision: 194
Log:
add placeholders
Added:
experiments/jelte-configuration/session.cc
experiments/jelte-configuration/session.h
Modified:
experiments/jelte-configuration/Makefile.in
Modified: experiments/jelte-configuration/Makefile.in
==============================================================================
--- experiments/jelte-configuration/Makefile.in (original)
+++ experiments/jelte-configuration/Makefile.in Thu Oct 29 22:22:00 2009
@@ -19,8 +19,8 @@
all: test
-test: test.o data.o data.h
- $(CXX) $(CFLAGS) -o test test.o data.o
+test: test.o data.o session.o data.h
+ $(CXX) $(CFLAGS) -o test test.o data.o session.o
clean:
rm -f *.o test
More information about the bind10-changes
mailing list