bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/apps/extra.git/commit/?id=6a5fe80585ae2a7982b11656875407631572091e

commit 6a5fe80585ae2a7982b11656875407631572091e
Author: Marcel Hollerbach <marcel-hollerb...@t-online.de>
Date:   Mon Jan 23 23:47:53 2017 +0100

    extra: add all files that are needed for that dist
---
 src/bin/Makefile.am | 5 +++--
 src/lib/Makefile.am | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index 64edf87..a8a7e73 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -12,11 +12,12 @@ AM_CPPFLAGS = -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
 extra_SOURCES = extra_main.c \
     extra_theme_selector.c \
     extra_background_selector.c \
-    extra_util.c
+    extra_util.c \
+    gettext.h
 
 extra_LDADD = @EFL_LIBS@ $(top_builddir)/src/lib/libextra.la
 
 localedir = $(datadir)/locale
 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
 
-EXTRA_DIST = extra_private.h
\ No newline at end of file
+EXTRA_DIST = extra_private.h
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 6281abe..4c38eb0 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -15,6 +15,8 @@ includesdir = $(includedir)/extra-@VMAJ@
 
 libextra_la_SOURCES = extra.c \
     extra_api_helper.c \
+    extra_private.h \
+    extra.h \
     jsmn/jsmn.c \
     jsmn/jsmn.h
 

-- 


Reply via email to