diff options
author | infirit <[email protected]> | 2013-10-19 14:19:34 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-19 14:19:34 +0200 |
commit | 88ff6bdb991c384f86e1038d27a2a8dc27252e74 (patch) | |
tree | ee8f832edfa5df8d16f50db6e816c3545cae58ad /plugins/filebrowser | |
parent | 10798a09c97c66fcbd0693f70e5342194139a84c (diff) | |
download | pluma-88ff6bdb991c384f86e1038d27a2a8dc27252e74.tar.bz2 pluma-88ff6bdb991c384f86e1038d27a2a8dc27252e74.tar.xz |
Fix make dist, use .in.in
Diffstat (limited to 'plugins/filebrowser')
-rw-r--r-- | plugins/filebrowser/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/filebrowser/Makefile.am b/plugins/filebrowser/Makefile.am index d6d5cfad..2124904c 100644 --- a/plugins/filebrowser/Makefile.am +++ b/plugins/filebrowser/Makefile.am @@ -76,7 +76,7 @@ gsettings_SCHEMAS = org.mate.pluma.plugins.filebrowser.gschema.xml EXTRA_DIST = \ $(ui_DATA) \ $(plugin_in_files) \ - $(gsettings_SCHEMAS_in_in) \ + $(gsettings_SCHEMAS).in.in \ pluma-file-browser-enum-types.h.template \ pluma-file-browser-enum-types.c.template \ pluma-file-browser-enum-register.c.template \ |