omf-expctl
[omf.git] / Makefile
index b33f885..fbe5622 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,11 @@ imagezip-URL         := http://pkg.mytestbed.net/yum/base/8/i386/imagezip-1.0.0-3.i386.
 imagezip-SHA1SUM       := b96297e480dfbc2360bcb62ff4ee130794124849
 imagezip               := $(notdir $(imagezip-URL))
 
+ALL += omf-expctl
+omf-expctl-URL         := http://pkg.mytestbed.net/yum/base/8/i386/omf-expctl-5.3-1ubuntu2-2.noarch.rpm
+omf-expctl-SHA1SUM     := cb3fbc3e211c4cec48a55473ec3f1ba11caf487b
+omf-expctl             := $(notdir $(omf-expctl-URL))
+
 all: $(ALL)
 .PHONY: all
 
@@ -68,6 +73,8 @@ $(eval $(call download_target,liblog4r))
 $(eval $(call download_target,libxmpp4r))
 $(eval $(call download_target,imagezip))
 
+$(eval $(call download_target,omf-expctl))
+
 #################### convenience, for debugging only
 # make +foo : prints the value of $(foo)
 # make ++foo : idem but verbose, i.e. foo=$(foo)