diff options
| -rw-r--r-- | daemon/Makefile.am | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/daemon/Makefile.am b/daemon/Makefile.am index cc43cfd3..e880ea79 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -8,6 +8,10 @@ bluetoothd_LDADD = @DBUS_LIBS@ @BLUEZ_LIBS@  			$(top_builddir)/sdpd/libsdpserver.a  			$(top_builddir)/common/libhelper.a +if EXPAT +bluetoothd_LDADD += -lexpat +endif +  AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@  INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/hcid -I$(top_srcdir)/sdpd | 
