diff options
author | Monsta <[email protected]> | 2016-01-02 22:00:46 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2016-01-02 22:00:46 +0300 |
commit | e87f0c9f939132b19f9e9167b521f0c03bf1b86a (patch) | |
tree | 09a07ff2682b37dd5111987e16df71ba937bda1d /data/Makefile.am | |
parent | 0ec0fd478e7793703c9a0d1653372418d7aa991e (diff) | |
download | eom-e87f0c9f939132b19f9e9167b521f0c03bf1b86a.tar.bz2 eom-e87f0c9f939132b19f9e9167b521f0c03bf1b86a.tar.xz |
drop MateConf migration script
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 4d1ce97..979bd15 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -20,9 +20,6 @@ gsettings_ENUM_FILES = $(top_srcdir)/src/eom-scroll-view.h \ gsettings_SCHEMAS = org.mate.eom.gschema.xml @GSETTINGS_RULES@ -convertdir = $(datadir)/MateConf/gsettings -convert_DATA = eom.convert - uidir = $(pkgdatadir) ui_DATA = \ eom-image-properties-dialog.ui \ @@ -42,7 +39,6 @@ theme_DATA = \ EXTRA_DIST = \ $(theme_DATA) \ $(ui_DATA) \ - $(convert_DATA) \ $(DESKTOP_IN_FILES) \ $(appdata_in_files) |