pass distcheck - add imported headers to makefiles to pass

This commit is contained in:
Carsten Haitzler 2013-12-03 17:14:30 +09:00
parent 4b81deaa8c
commit fbfa310cb8
4 changed files with 12 additions and 1 deletions

View File

@ -731,6 +731,8 @@ src/modules/test_map/Makefile
src/edje_externals/Makefile
src/examples/Makefile
src/tests/Makefile
src/imported/Makefile
src/imported/atspi/Makefile
data/Makefile
data/themes/Makefile
data/images/Makefile

View File

@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = 1.4 foreign
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = lib bin
SUBDIRS = lib bin imported
if BUILD_MODULES
SUBDIRS += modules edje_externals

View File

@ -0,0 +1,5 @@
AUTOMAKE_OPTIONS = 1.4 foreign
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = \
atspi

View File

@ -0,0 +1,4 @@
AUTOMAKE_OPTIONS = 1.4 foreign
MAINTAINERCLEANFILES = Makefile.in
noinst_HEADERS = atspi-constants.h