From 4e231572d4a327b5c823949c9d3121dd8d4e1077 Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Mon, 25 Jun 2007 00:37:04 +0000 Subject: EncapPackages: ... git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3350 ce84e21b-d406-0410-9b95-82705330c041 --- encap/src/encap-profiles/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'encap/src/encap-profiles/Makefile') 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) -- cgit v1.2.3-1-g7c22