diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-06-25 00:37:04 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2007-06-25 00:37:04 +0000 |
commit | 4e231572d4a327b5c823949c9d3121dd8d4e1077 (patch) | |
tree | 4bf9964ed310d6526aa11317833d1bfd842748f5 /encap/src/encap-profiles/Makefile | |
parent | 89dbd8cebf7c04728a771e03ff541675e00a9237 (diff) | |
download | bcfg2-4e231572d4a327b5c823949c9d3121dd8d4e1077.tar.gz bcfg2-4e231572d4a327b5c823949c9d3121dd8d4e1077.tar.bz2 bcfg2-4e231572d4a327b5c823949c9d3121dd8d4e1077.zip |
EncapPackages: ...
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3350 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/src/encap-profiles/Makefile')
-rw-r--r-- | encap/src/encap-profiles/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/encap/src/encap-profiles/Makefile b/encap/src/encap-profiles/Makefile index 966999083..902fd3a85 100644 --- a/encap/src/encap-profiles/Makefile +++ b/encap/src/encap-profiles/Makefile @@ -22,6 +22,7 @@ BCFG2_OPENSSL := $(basename $(wildcard bcfg2-openssl-*.ep)) BCFG2_PKG_CONFIG := $(basename $(wildcard bcfg2-pkg-config-*.ep)) BCFG2_PYTHON := $(basename $(wildcard bcfg2-python-[0-9].[0-9]*.ep)) BCFG2_READLINE := $(basename $(wildcard bcfg2-readline-*.ep)) +BCFG2_SETUPTOOLS := $(basename $(wildcard bcfg2-setuptools-*.ep)) BCFG2_SWIG := $(basename $(wildcard bcfg2-swig-*.ep)) BCFG2_ZLIB := $(basename $(wildcard bcfg2-zlib-*.ep)) M4 := $(basename $(wildcard m4-*.sh)) @@ -30,7 +31,7 @@ OSTIARTY := $(basename $(wildcard ostiary-[0-9].[0-9]*.ep)) PATCH := $(basename $(wildcard patch-*.ep)) RUNIT := $(basename $(wildcard runit-[0-9].[0-9]*.ep)) -sources_ep := $(sort $(BCFG2) $(BCFG2_CHEETAH) $(BCFG2_ELEMENTTREE) $(BCFG2_GZIP) $(BCFG2_M2CRYPTO) $(BCFG2_OPENSSL) $(BCFG2_PKG_CONFIG) $(BCFG2_PYTHON) $(BCFG2_READLINE) $(BCFG2_SWIG) $(BCFG2_ZLIB) $(MAKESELF) $(OSTIARTY) $(PATCH) $(RUNIT)) +sources_ep := $(sort $(BCFG2) $(BCFG2_CHEETAH) $(BCFG2_ELEMENTTREE) $(BCFG2_GZIP) $(BCFG2_M2CRYPTO) $(BCFG2_OPENSSL) $(BCFG2_PKG_CONFIG) $(BCFG2_PYTHON) $(BCFG2_READLINE) $(BCFG2_SETUPTOOLS) $(BCFG2_SWIG) $(BCFG2_ZLIB) $(MAKESELF) $(OSTIARTY) $(PATCH) $(RUNIT)) sources_sh := $(M4) |