diff options
Diffstat (limited to 'Make.config.template')
-rw-r--r-- | Make.config.template | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Make.config.template b/Make.config.template new file mode 100644 index 0000000..0f423ff --- /dev/null +++ b/Make.config.template @@ -0,0 +1,9 @@ +# +# User defined Makefile options for the uactivity plugin +# +# Copy this file to 'Make.config' and change the parameters as necessary. +# + +# Set to supress the install of the shell script package + +#PLUGIN_UACTIVITY_NOINSTALL=true |