mirror of https://github.com/BOINC/boinc.git
- remove "updater" from tools/ Makefile
svn path=/trunk/boinc/; revision=13815
This commit is contained in:
parent
38d4aecc0b
commit
d50a183dcb
|
@ -9370,3 +9370,9 @@ Charlie 9 Oct 2007
|
|||
|
||||
David 9 Oct 2007
|
||||
- updated svn ignore properties; deleted some .cvsignore files
|
||||
|
||||
David 9 Oct 2007
|
||||
- remove "updater" from tools/ Makefile
|
||||
|
||||
tools/
|
||||
Makefile.am
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
|
||||
|
||||
include $(top_srcdir)/Makefile.incl
|
||||
|
||||
bin_PROGRAMS = create_work sign_executable dir_hier_path dir_hier_move updater
|
||||
bin_PROGRAMS = create_work sign_executable dir_hier_path dir_hier_move
|
||||
|
||||
EXTRA_DIST = make_project add xadd update_versions dbcheck_files_exist upgrade makelog.sh cleanlogs.sh
|
||||
|
||||
|
@ -28,6 +26,5 @@ dir_hier_move_SOURCES = \
|
|||
|
||||
dir_hier_move_LDADD = $(SCHED_LIB) $(BOINC_LIB) $(MYSQL_LIBS)
|
||||
|
||||
updater_SOURCES = updater.C
|
||||
|
||||
updater_LDADD = $(BOINC_LIB)
|
||||
#updater_SOURCES = updater.C
|
||||
#updater_LDADD = $(BOINC_LIB)
|
||||
|
|
Loading…
Reference in New Issue