diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-12-03 17:14:30 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-12-03 17:14:30 +0900 |
commit | a975720ff09fa17a8c4e8ee2d7565d300d5d4550 (patch) | |
tree | 4928e4b2dca466d3c183c509118b29553297746e /src/imported | |
parent | 5c6c07b22b48adb765a14441834460c55d33df9e (diff) |
pass distcheck - add imported headers to makefiles to pass
Diffstat (limited to 'src/imported')
-rw-r--r-- | src/imported/Makefile.am | 5 | ||||
-rw-r--r-- | src/imported/atspi/Makefile.am | 4 |
2 files changed, 9 insertions, 0 deletions
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 @@ | |||
1 | AUTOMAKE_OPTIONS = 1.4 foreign | ||
2 | MAINTAINERCLEANFILES = Makefile.in | ||
3 | |||
4 | SUBDIRS = \ | ||
5 | 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 @@ | |||
1 | AUTOMAKE_OPTIONS = 1.4 foreign | ||
2 | MAINTAINERCLEANFILES = Makefile.in | ||
3 | |||
4 | noinst_HEADERS = atspi-constants.h | ||