aboutsummaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
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)