[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] add util/garbage-gen.c to EXTRA_DIST
From: |
Andrey Borzenkov |
Subject: |
[PATCH] add util/garbage-gen.c to EXTRA_DIST |
Date: |
Sat, 23 Nov 2013 12:31:58 +0400 |
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index 0293d25..1a69e2e 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
--
tg: (14a94bb..) u/garbage-gen (depends on: master)
- [PATCH] add util/garbage-gen.c to EXTRA_DIST,
Andrey Borzenkov <=