extra: add all files that are needed for that dist

This commit is contained in:
Marcel Hollerbach 2017-01-23 23:47:53 +01:00
parent f94b39987e
commit 6a5fe80585
2 changed files with 5 additions and 2 deletions

View File

@ -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
EXTRA_DIST = extra_private.h

View File

@ -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