*** empty log message ***

svn path=/trunk/boinc/; revision=1762
This commit is contained in:
Karl Chen 2003-07-21 22:46:24 +00:00
parent b4a4b938cb
commit 1f81a8a21b
5 changed files with 17 additions and 17 deletions

View File

@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = RSAEuro db lib api apps client sched tools test
SUBDIRS = RSAEuro db lib api apps client sched tools test py
# Putting a directory name recursively copies the entire contents - the
# dist-hook below gets rid of CVS directories.

View File

@ -140,7 +140,7 @@ target_vendor = @target_vendor@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = RSAEuro db lib api apps client sched tools test
SUBDIRS = RSAEuro db lib api apps client sched tools test py
# Putting a directory name recursively copies the entire contents - the

View File

@ -2,7 +2,7 @@
include $(top_srcdir)/Makefile.incl
EXTRA_DIST = boinc.py boinc_db.py boinc_db.py.in version.py.in db_def_to_py
EXTRA_DIST = boinc.py boinc_db.py version.py.in db_def_to_py
$(srcdir)/boinc_db.py: ../db/boinc_db.h ../lib/result_state.h
cat $^ | $(srcdir)/db_def_to_py > $@

View File

@ -173,7 +173,7 @@ AM_CPPFLAGS = \
# programs linking to it:
LIBRSA = $(top_builddir)/RSAEuro/source/librsaeuro.a
EXTRA_DIST = boinc.py boinc_db.py boinc_db.py.in version.py.in db_def_to_py
EXTRA_DIST = boinc.py boinc_db.py version.py.in db_def_to_py
subdir = py
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs