From: Arvin Schnell Date: Thu, 20 Jan 2011 11:32:36 +0000 (+0100) Subject: - added sysconfig file X-Git-Tag: v0.1.3~532 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9946f166275c823ae327709231eb60ccc431ba79;p=thirdparty%2Fsnapper.git - added sysconfig file --- diff --git a/Makefile.am b/Makefile.am index c7561242..22e1bb1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ # Makefile.am for snapper # -SUBDIRS = snapper examples tools +SUBDIRS = snapper examples tools data AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip diff --git a/configure.in b/configure.in index 2c9823d0..decd4b28 100644 --- a/configure.in +++ b/configure.in @@ -33,5 +33,6 @@ AC_OUTPUT( snapper/Makefile examples/Makefile tools/Makefile + data/Makefile package/snapper.spec:snapper.spec.in ) diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 00000000..e7544429 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,8 @@ +# +# Makefile.am for snapper/data +# + +fillup_DATA = sysconfig.snapper + +EXTRA_DIST = $(fillup_DATA) + diff --git a/data/sysconfig.snapper b/data/sysconfig.snapper new file mode 100644 index 00000000..201236b1 --- /dev/null +++ b/data/sysconfig.snapper @@ -0,0 +1,7 @@ +## Path: System/Yast2/Snapper + +## Type: yesno +## Default: no +# Enable snapper. +ENABLE_SNAPPER="no" +