From b53744383dbefb3f80fb8a7365487669a499ad76 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 6 Oct 2012 18:15:58 -0400 Subject: [PATCH] Fix build stuff --- src/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index e6e5f98..b700f5a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -91,7 +91,8 @@ BUILT_SOURCES = $(ALIAS_FILES) \ ../fc-glyphname/fcglyphname.h \ ../fc-lang/fclang.h \ stamp-fcstdint \ - fcobjshash.h + fcobjshash.h \ + fcobjshash.gperf noinst_PROGRAMS = fcarch @@ -116,7 +117,8 @@ fcobjshash.h: fcobjshash.gperf EXTRA_DIST += \ fcobjshash.gperf.h \ - fcobjshash.gperf + fcobjshash.gperf \ + fcobjshash.h libfontconfig_la_SOURCES = \ fcarch.h \ @@ -186,7 +188,7 @@ stamp-fcstdint: $(top_builddir)/config.status $(SHELL) ./config.status src/fcstdint.h @touch $@ -CLEANFILES = $(ALIAS_FILES) +CLEANFILES = $(ALIAS_FILES) fontconfig.def DISTCLEANFILES = stamp-fcstdint fcstdint.h fontconfig.def: $(PUBLIC_FILES) $(PUBLIC_FT_FILES) -- 2.7.4