summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index adfa6083..5fe577be 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,7 +17,8 @@ ofonod_SOURCES = main.c ofono.h log.c plugin.c \
ofonod_LDADD = $(top_builddir)/plugins/libbuiltin.la \
$(top_builddir)/drivers/libbuiltin.la \
- @GATCHAT_LIBS@ @GDBUS_LIBS@ @GLIB_LIBS@ @GTHREAD_LIBS@ -ldl
+ @GATCHAT_LIBS@ @GDBUS_LIBS@ @GLIB_LIBS@ \
+ @GISI_LIBS@ @GTHREAD_LIBS@ -ldl
ofonod_LDFLAGS = -Wl,--export-dynamic -Wl,--version-script=ofono.ver
@@ -32,7 +33,7 @@ plugindir = $(libdir)/ofono/plugins
endif
AM_CFLAGS = @GTHREAD_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@ @GATCHAT_CFLAGS@ \
- -DPLUGINDIR=\""$(plugindir)"\"
+ @GISI_CFLAGS@ -DPLUGINDIR=\""$(plugindir)"\"
INCLUDES = -I$(top_builddir)/include -I$(top_builddir)