diff options
author | dlezcano <dlezcano> | 2008-11-30 08:08:31 +0000 |
---|---|---|
committer | dlezcano <dlezcano> | 2008-11-30 08:08:31 +0000 |
commit | 6b96cf76c002846d366544a9512a485889a3931f (patch) | |
tree | 401775ae01b43fbcbc19a3a45f244445b84750a4 | |
parent | Added a script directory for containers creation helper scripts (diff) | |
download | lxc-6b96cf76c002846d366544a9512a485889a3931f.tar.gz lxc-6b96cf76c002846d366544a9512a485889a3931f.tar.bz2 lxc-6b96cf76c002846d366544a9512a485889a3931f.zip |
Added Makefile file
-rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am new file mode 100644 index 0000000..34d6c82 --- /dev/null +++ b/scripts/Makefile.am @@ -0,0 +1,3 @@ +bin_SCRIPTS = \ + lxc-debian \ + lxc-sshd |