]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- added sysconfig file
authorArvin Schnell <aschnell@suse.de>
Thu, 20 Jan 2011 11:32:36 +0000 (12:32 +0100)
committerArvin Schnell <aschnell@suse.de>
Thu, 20 Jan 2011 11:32:36 +0000 (12:32 +0100)
Makefile.am
configure.in
data/Makefile.am [new file with mode: 0644]
data/sysconfig.snapper [new file with mode: 0644]

index c7561242707e356d502dbc7c35736d2598daebce..22e1bb1fe44d4144e0d01beca997d5183fdd5d7f 100644 (file)
@@ -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
 
index 2c9823d0e710d25914fe214334525634dd7e671a..decd4b285046526425d126f625755413fa9f2821 100644 (file)
@@ -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 (file)
index 0000000..e754442
--- /dev/null
@@ -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 (file)
index 0000000..201236b
--- /dev/null
@@ -0,0 +1,7 @@
+## Path: System/Yast2/Snapper
+
+## Type:        yesno
+## Default:     no
+# Enable snapper.
+ENABLE_SNAPPER="no"
+