From f65e14dc3a2c191310b37d730c2d1389f506cd5a Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Sat, 23 Nov 2013 14:39:35 +0400 Subject: [PATCH] add util/garbage-gen.c to EXTRA_DIST --- ChangeLog | 4 ++++ Makefile.am | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index d5d482633..fe9bc8d83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-22 Andrey Borzenkov + + * Makefile.am: Add util/garbage-gen.c to EXTRA_DIST. + 2013-11-22 Vladimir Serbinenko * INSTALL: Document why older clang versions aren't appropriate. diff --git a/Makefile.am b/Makefile.am index 0293d2538..1a69e2e9d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,6 +73,7 @@ CLEANFILES += build-grub-mkfont garbage-gen: util/garbage-gen.c $(BUILD_CC) -o $@ $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $^ CLEANFILES += garbage-gen +EXTRA_DIST += util/garbage-gen.c build-grub-gen-asciih: util/grub-gen-asciih.c $(BUILD_CC) -o $@ -I$(top_srcdir)/include $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) -DGRUB_MKFONT=1 -DGRUB_BUILD=1 -DGRUB_UTIL=1 $^ $(build_freetype_cflags) $(build_freetype_libs) -Wall -Werror