diff options
author | Aki Niemi <aki.niemi@nokia.com> | 2009-06-25 10:03:47 +0300 |
---|---|---|
committer | Aki Niemi <aki.niemi@nokia.com> | 2009-06-25 10:03:47 +0300 |
commit | 66604021bd3b1619d28b87870f05c6d2b55704b7 (patch) | |
tree | 4781cb0abafd4e4f33f6cb250dfd8166d6208016 /src | |
parent | 7d31520831a53f1348536d4d84fcb218f9b4e9ba (diff) | |
download | ofono-66604021bd3b1619d28b87870f05c6d2b55704b7.tar.bz2 |
Add new ISI modem driver to build
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 5 |
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) |