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