aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/Makefile.am')
-rw-r--r--samsung-ipc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/samsung-ipc/Makefile.am b/samsung-ipc/Makefile.am
index b5a032f..eeb9c62 100644
--- a/samsung-ipc/Makefile.am
+++ b/samsung-ipc/Makefile.am
@@ -3,6 +3,7 @@ NULL =
AM_CFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/samsung-ipc \
+ $(OPENSSL_CFLAGS) \
$(NULL)
lib_LTLIBRARIES = \
@@ -19,4 +20,5 @@ libsamsung_ipc_la_SOURCES = \
$(NULL)
libsamsung_ipc_la_LIBADD = \
+ $(OPENSSL_LIBS) \
$(NULL)