diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-30 18:05:38 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-30 18:05:38 +0200 |
commit | 2c7e388f4c07365b5b6ff664b9209f57108db612 (patch) | |
tree | a0db0d505b461345d4290649f5e775205ccc1a95 /font-viewer | |
parent | 9a7d6ada0a9b9a9df608a01b78581fe1075c5b56 (diff) | |
download | mate-control-center-2c7e388f4c07365b5b6ff664b9209f57108db612.tar.bz2 mate-control-center-2c7e388f4c07365b5b6ff664b9209f57108db612.tar.xz |
Fixes for make dist and make distcheck
Diffstat (limited to 'font-viewer')
-rw-r--r-- | font-viewer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font-viewer/Makefile.am b/font-viewer/Makefile.am index 8ea64917..130a9016 100644 --- a/font-viewer/Makefile.am +++ b/font-viewer/Makefile.am @@ -33,7 +33,7 @@ CLEANFILES = $(desktop_in_files) $(desktop_DATA) \ $(schemas_DATA) $(directory_DATA) EXTRA_DIST = \ - fontilus.schemas.in \ + $(thumbnailer_DATA) \ mate-font-viewer.desktop.in.in -include $(top_srcdir)/git.mk |