summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-12-03 17:14:30 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-12-03 17:14:30 +0900
commita975720ff09fa17a8c4e8ee2d7565d300d5d4550 (patch)
tree4928e4b2dca466d3c183c509118b29553297746e
parent5c6c07b22b48adb765a14441834460c55d33df9e (diff)
downloadelementary-a975720ff09fa17a8c4e8ee2d7565d300d5d4550.tar.gz
pass distcheck - add imported headers to makefiles to pass
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/imported/Makefile.am5
-rw-r--r--src/imported/atspi/Makefile.am4
4 files changed, 12 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e4bc736b1..6700643f4 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 b6dda4e5e..7f9e3c36e 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 000000000..a82538f89
--- /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 000000000..fa32175f1
--- /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