summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-11-10 20:43:47 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-11-10 20:43:47 +0100
commit50974396025c85875884d67898752c19a9697214 (patch)
tree303bcb64379609b826584000cce0c8e546ede045
parent19187a0ee7acfbb91fac8d1be5c2a80ffb3f4028 (diff)
downloadofono-50974396025c85875884d67898752c19a9697214.tar.bz2
Remove GTHREAD_CFLAGS and GTHREAD_LIBS usage
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index c3e06b41..b0cf2c48 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -190,8 +190,7 @@ src_ofonod_SOURCES = $(gdbus_sources) $(builtin_sources) \
src/storage.c src/cbs.c src/watch.c src/call-volume.c \
src/gprs.c
-src_ofonod_LDADD = $(builtin_libadd) \
- @GLIB_LIBS@ @GTHREAD_LIBS@ @DBUS_LIBS@ -ldl
+src_ofonod_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ -ldl
src_ofonod_LDFLAGS = -Wl,--export-dynamic -Wl,--version-script=src/ofono.ver
@@ -208,8 +207,7 @@ else
build_plugindir = $(plugindir)
endif
-AM_CFLAGS = @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GTHREAD_CFLAGS@ \
- $(builtin_cflags) \
+AM_CFLAGS = @DBUS_CFLAGS@ @GLIB_CFLAGS@ $(builtin_cflags) \
-DOFONO_PLUGIN_BUILTIN \
-DPLUGINDIR=\""$(build_plugindir)"\"