summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-08-11 16:06:15 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-08-11 16:06:15 +0000
commit700c5a3874a10b0a84c334c22389d37bd402ec96 (patch)
treef10f119255e30ef31e414b27622c49761359271c
parent9f5b2042a0f3eb4e6297394881038fe74186bea0 (diff)
downloadbcfg2-700c5a3874a10b0a84c334c22389d37bd402ec96.tar.gz
bcfg2-700c5a3874a10b0a84c334c22389d37bd402ec96.tar.bz2
bcfg2-700c5a3874a10b0a84c334c22389d37bd402ec96.zip
add Bcfg2Server into the mix
(Logical change 1.32) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@160 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c5f645538..a5b136e27 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1 +1,2 @@
pkgpython_PYTHON = Core.py Error.py Generator.py GeneratorUtils.py Metadata.py Types.py
+dist_sbin_SCRIPTS = Bcfg2Server \ No newline at end of file