client messages

svn path=/trunk/boinc/; revision=1459
This commit is contained in:
David Anderson 2003-06-14 20:25:40 +00:00
parent 11c13a956b
commit 3a8ec44cb9
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ EXTRA_DIST = wd.php wd_nresults_changing.php
# scripts that 'make install' should put in bindir # scripts that 'make install' should put in bindir
bin_SCRIPTS = watch_tcp kill_server bin_SCRIPTS = watch_tcp kill_server
LDADD = $(MYSQL_LIBS) -L. -lsched LDADD = -L. -lsched $(MYSQL_LIBS)
LIB_SCHED = libsched.a LIB_SCHED = libsched.a
libsched_a_SOURCES = \ libsched_a_SOURCES = \