Rectangle added to properties
[melted] / src / modules / core / configure
index b3b3a2b..818fe24 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 if [ "$help" != "1" ]
 then
@@ -30,4 +30,8 @@ mix                           libmltcore.so
 region                 libmltcore.so
 EOF
 
+cat << EOF >> ../consumers.dat
+null                   libmltcore.so
+EOF
+
 fi