diff options
author | Stefano Karapetsas <[email protected]> | 2013-01-05 10:19:04 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-05 10:19:04 -0800 |
commit | 80e03df2333c8f16f2b73d4c458b42c8c30f05f7 (patch) | |
tree | 2b7bffa0c959d92af4d96c4f4b291528efd28fa4 /libcaja-private/Makefile.am | |
parent | 3ec2cb1ade8ed91ed472091adcc592485dc49f4d (diff) | |
parent | daefa06e8b5042c2a745b7762181328a84f37570 (diff) | |
download | caja-80e03df2333c8f16f2b73d4c458b42c8c30f05f7.tar.bz2 caja-80e03df2333c8f16f2b73d4c458b42c8c30f05f7.tar.xz |
Merge pull request #67 from cygwinports/master
Add mateconf-gsettings-data-convert file
Diffstat (limited to 'libcaja-private/Makefile.am')
-rw-r--r-- | libcaja-private/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcaja-private/Makefile.am b/libcaja-private/Makefile.am index 55cadeee..984c2fd4 100644 --- a/libcaja-private/Makefile.am +++ b/libcaja-private/Makefile.am @@ -223,6 +223,9 @@ gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml) @GSETTINGS_RULES@ +convertdir = $(datadir)/MateConf/gsettings +convert_DATA = caja.convert + EXTRA_DIST = \ caja-marshal.list \ $(gsettingsschema_in_files) \ @@ -234,6 +237,7 @@ CLEANFILES = \ $(BUILT_SOURCES) \ $(schema_DATA) \ $(gsettings_SCHEMAS) \ + $(convert_DATA) \ caja-marshal.list \ $(NULL) |