aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-08-24 17:45:30 +0200
committerSimon Busch <morphis@gravedo.de>2011-08-24 17:45:30 +0200
commit5a5485e31f7ae2ce400a405e570592d7a416c251 (patch)
tree5c9b995e28cb6f9e3964f81d34ba1bb24c6ba500 /Makefile.am
parente3465cd02b840787d6f58929e9c7fd71a09c0eae (diff)
downloadexternal_libsamsung-ipc-5a5485e31f7ae2ce400a405e570592d7a416c251.zip
external_libsamsung-ipc-5a5485e31f7ae2ce400a405e570592d7a416c251.tar.gz
external_libsamsung-ipc-5a5485e31f7ae2ce400a405e570592d7a416c251.tar.bz2
Basic automake environment for building the library
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..7da6a3d
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,17 @@
+NULL =
+
+SUBDIRS = \
+ samsung-ipc \
+ include \
+ $(NULL)
+
+EXTRA_DIST = \
+ MAINTAINERS \
+ $(NULL)
+
+MAINTAINERCLEANFILES = \
+ aclocal.m4 compile config.guess config.sub \
+ configure depcomp install-sh ltmain.sh \
+ Makefile.in missing config.h.in \
+ mkinstalldirs *~ \
+ $(NULL)