*** empty log message ***

svn path=/trunk/boinc/; revision=1462
This commit is contained in:
Karl Chen 2003-06-14 20:25:42 +00:00
parent cc81530f49
commit 4c2b6ae495
2 changed files with 6 additions and 2 deletions

View File

@ -13,7 +13,7 @@ EXTRA_PROGRAMS = fcgi
EXTRA_DIST = wd.php wd_nresults_changing.php
# scripts that 'make install' should put in bindir
bin_SCRIPTS = watch_tcp start stop
bin_SCRIPTS = watch_tcp start stop status
LDADD = -L. -lsched $(MYSQL_LIBS)
@ -99,3 +99,6 @@ fcgi_LDADD = $(LDADD) $(RSA_LIBS) -lfcgi -lfcgi++ $(MYSQL_LIBS)
stop:
ln -s start stop
status:
ln -s start status

View File

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