Home | History | Annotate | Download | only in cups
      1 
      2 if CUPS
      3 cupsdir = $(libdir)/cups/backend
      4 
      5 cups_PROGRAMS = bluetooth
      6 
      7 bluetooth_SOURCES = main.c cups.h sdp.c spp.c hcrp.c
      8 
      9 bluetooth_LDADD = @GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
     10 endif
     11 
     12 AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@
     13 
     14 INCLUDES = -I$(top_srcdir)/common
     15 
     16 MAINTAINERCLEANFILES = Makefile.in
     17