aboutsummaryrefslogtreecommitdiffstats
path: root/include/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 /include/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 'include/Makefile.am')
-rw-r--r--include/Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
new file mode 100644
index 0000000..6cb2a76
--- /dev/null
+++ b/include/Makefile.am
@@ -0,0 +1,16 @@
+NULL =
+
+samsung_ipcincludedir = $(includedir)/samsung-ipc-1.0/
+
+samsung_ipcinclude_HEADERS = \
+ call.h \
+ disp.h \
+ gen.h \
+ misc.h \
+ net.h \
+ radio.h \
+ sec.h \
+ sms.h \
+ types.h \
+ util.h \
+ $(NULL)