Skip to content

Commit

Permalink
properties: Fix CLEANFILES
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed Jan 28, 2014
1 parent 981fa27 commit 6075b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion properties/Makefile.am
Expand Up @@ -28,7 +28,7 @@ gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
@INTLTOOL_XML_NOMERGE_RULE@
@GSETTINGS_RULES@

CLEANFILES = $(desktop_DATA) $(schema_DATA)
CLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS)

EXTRA_DIST = $(man_MANS) $(desktop_in_in_files) $(schema_in_files) $(ui_DATA) $(convert_DATA) $(gsettingsschema_in_files)

Expand Down

0 comments on commit 6075b2e

Please sign in to comment.