mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1762
This commit is contained in:
parent
b4a4b938cb
commit
1f81a8a21b
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 > $@
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue