diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-03-09 17:33:03 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-03-09 17:33:03 +0900 |
commit | 353f7cc69184cdb1a7d5b4cc00741fab97b32f17 (patch) | |
tree | 36f6e9d98f10bc5fd7fe3b8d2e5eabd3694137ab /fc-case | |
parent | 254232f47eaea0d03d2b1c2405d4ded5fd09142e (diff) |
Fix distcheck error
Diffstat (limited to 'fc-case')
-rw-r--r-- | fc-case/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fc-case/Makefile.am b/fc-case/Makefile.am index 4f255fc7..de657afa 100644 --- a/fc-case/Makefile.am +++ b/fc-case/Makefile.am @@ -1,3 +1,4 @@ +# -*- encoding: utf-8 -*- # # $Id $ # @@ -61,4 +62,6 @@ $(ALIAS_FILES): CLEANFILES = $(ALIAS_FILES) +DISTCLEANFILES = $(TARG) + MAINTAINERCLEANFILES = $(TARG) |