From 5a5485e31f7ae2ce400a405e570592d7a416c251 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Wed, 24 Aug 2011 17:45:30 +0200 Subject: Basic automake environment for building the library --- include/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 include/Makefile.am (limited to 'include/Makefile.am') 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) -- cgit v1.1