diff options
| author | Stefano Karapetsas <[email protected]> | 2013-10-19 06:01:10 -0700 |
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2013-10-19 06:01:10 -0700 |
| commit | 4e0eff63254b9f6ba4ba038a7b860746f1e80fa9 (patch) | |
| tree | 9435f67ca48b3a4f2813f0e21e9c13ac117c91a3 /plugins/filebrowser | |
| parent | 8e0336cb256cfde2485a7321f773d916ab3e33fb (diff) | |
| parent | a21567488d7eb905263b1510ac619387cae3217c (diff) | |
| download | pluma-4e0eff63254b9f6ba4ba038a7b860746f1e80fa9.tar.bz2 pluma-4e0eff63254b9f6ba4ba038a7b860746f1e80fa9.tar.xz | |
Merge pull request #35 from infirit/1.6
Fixes for make dist
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 \ |
