raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a975720ff09fa17a8c4e8ee2d7565d300d5d4550
commit a975720ff09fa17a8c4e8ee2d7565d300d5d4550 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Tue Dec 3 17:14:30 2013 +0900 pass distcheck - add imported headers to makefiles to pass --- configure.ac | 2 ++ src/Makefile.am | 2 +- src/imported/Makefile.am | 5 +++++ src/imported/atspi/Makefile.am | 4 ++++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e4bc736..6700643 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/src/Makefile.am b/src/Makefile.am index b6dda4e..7f9e3c3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 diff --git a/src/imported/Makefile.am b/src/imported/Makefile.am new file mode 100644 index 0000000..a82538f --- /dev/null +++ b/src/imported/Makefile.am @@ -0,0 +1,5 @@ +AUTOMAKE_OPTIONS = 1.4 foreign +MAINTAINERCLEANFILES = Makefile.in + +SUBDIRS = \ +atspi diff --git a/src/imported/atspi/Makefile.am b/src/imported/atspi/Makefile.am new file mode 100644 index 0000000..fa32175 --- /dev/null +++ b/src/imported/atspi/Makefile.am @@ -0,0 +1,4 @@ +AUTOMAKE_OPTIONS = 1.4 foreign +MAINTAINERCLEANFILES = Makefile.in + +noinst_HEADERS = atspi-constants.h --
