diff options
Diffstat (limited to 'cups')
-rw-r--r-- | cups/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cups/Makefile.am b/cups/Makefile.am index 0573a4af..8cd3d4d4 100644 --- a/cups/Makefile.am +++ b/cups/Makefile.am @@ -8,10 +8,6 @@ bluetooth_SOURCES = main.c sdp.c spp.c hcrp.c bluetooth_LDADD = $(top_builddir)/common/libhelper.a \ @DBUS_LIBS@ @GLIB_LIBS@ @BLUEZ_LIBS@ - -if EXPAT -bluetooth_LDADD += -lexpat -endif endif AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ |