diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-29 11:16:02 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-29 11:16:02 +0200 |
commit | b6ab901cb6eefebd1bdd8e7a26f8007bbe693fa4 (patch) | |
tree | 7b148b23aae705a290c7e70650651a96b77ac3f6 /data | |
parent | 18d379692f6da7ce965bded16cbe9f3535ac76e0 (diff) | |
download | eom-b6ab901cb6eefebd1bdd8e7a26f8007bbe693fa4.tar.bz2 eom-b6ab901cb6eefebd1bdd8e7a26f8007bbe693fa4.tar.xz |
Fixes for make dist and make distcheck
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 4ad7276..45ff094 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -41,7 +41,7 @@ EXTRA_DIST = \ $(glade_DATA) \ $(convert_DATA) \ $(DESKTOP_IN_FILES) \ - $(gsettings_SCHEMAS_in_in) \ + $(gsettings_SCHEMAS).in.in \ $(UI_FILES) DISTCLEANFILES = \ |