[gnome-characters/wip/dueno/emoji] build: Add missing files in distribution



commit e216346f5286d67ffe628bdaec1fce5d8dc73e8e
Author: Daiki Ueno <dueno src gnome org>
Date:   Thu Aug 24 10:01:05 2017 +0200

    build: Add missing files in distribution

 lib/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 202f2ae..ea492c6 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST = gen-confusables.py gen-scripts.py
+EXTRA_DIST = gen-confusables.py gen-emoji.py gen-scripts.py
 CLEANFILES =
 DISTCLEANFILES =
 MAINTAINERCLEANFILES =
@@ -20,7 +20,7 @@ pkglib_LTLIBRARIES = libgc.la
 libgc_la_LIBADD = $(LIBGC_LIBS) $(LTLIBICONV) $(LTLIBUNISTRING) $(PANGOFT2_LIBS) 
$(builddir)/../gllib/libgnu.la
 libgc_la_LDFLAGS = -avoid-version
 libgc_la_sources = gc.h gc.c gc-enumtypes.c
-libgc_la_SOURCES = $(libgc_la_sources) confusables.h scripts.h gc-enumtypes.h
+libgc_la_SOURCES = $(libgc_la_sources) confusables.h emoji.h scripts.h gc-enumtypes.h
 
 BUILT_SOURCES = gc-enumtypes.h gc-enumtypes.c
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]