Fix distcheck error
This commit is contained in:
parent
c35e8df46d
commit
047b42fcca
|
@ -202,7 +202,12 @@ stamp-fcstdint: $(top_builddir)/config.status
|
||||||
@touch $@
|
@touch $@
|
||||||
|
|
||||||
CLEANFILES = $(ALIAS_FILES) fontconfig.def
|
CLEANFILES = $(ALIAS_FILES) fontconfig.def
|
||||||
DISTCLEANFILES = stamp-fcstdint fcstdint.h stamp-fcobjshash.gperf
|
DISTCLEANFILES = \
|
||||||
|
stamp-fcstdint \
|
||||||
|
fcstdint.h \
|
||||||
|
stamp-fcobjshash.gperf \
|
||||||
|
fcobjshash.h \
|
||||||
|
fcobjshash.gperf
|
||||||
|
|
||||||
fontconfig.def: $(PUBLIC_FILES) $(PUBLIC_FT_FILES)
|
fontconfig.def: $(PUBLIC_FILES) $(PUBLIC_FT_FILES)
|
||||||
echo Generating $@
|
echo Generating $@
|
||||||
|
|
Loading…
Reference in New Issue