diff options
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2012-07-09 18:10:34 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-07-10 08:19:16 -0300 |
commit | 5e318d38bfae56f07474d61f4309e4949f490f8e (patch) | |
tree | 5a37cd121c33eb9dd3c06eb00964785a081c2b4c | |
parent | 5bcc22f5ca32a65a273830277f6ba0b96266514f (diff) | |
download | bluez-5e318d38bfae56f07474d61f4309e4949f490f8e.tar.gz |
cups: move it to profiles folder
-rw-r--r-- | Makefile.tools | 12 | ||||
-rw-r--r-- | profiles/cups/cups.h (renamed from cups/cups.h) | 0 | ||||
-rw-r--r-- | profiles/cups/hcrp.c (renamed from cups/hcrp.c) | 0 | ||||
-rw-r--r-- | profiles/cups/main.c (renamed from cups/main.c) | 0 | ||||
-rw-r--r-- | profiles/cups/sdp.c (renamed from cups/sdp.c) | 0 | ||||
-rw-r--r-- | profiles/cups/spp.c (renamed from cups/spp.c) | 0 |
6 files changed, 8 insertions, 4 deletions
diff --git a/Makefile.tools b/Makefile.tools index 3cb105cd7..70d333b37 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -148,12 +148,16 @@ EXTRA_DIST += tools/dfubabel.1 tools/avctrl.8 if CUPS cupsdir = $(libdir)/cups/backend -cups_PROGRAMS = cups/bluetooth +cups_PROGRAMS = profiles/cups/bluetooth -cups_bluetooth_SOURCES = $(gdbus_sources) cups/main.c cups/cups.h \ - cups/sdp.c cups/spp.c cups/hcrp.c +profiles_cups_bluetooth_SOURCES = $(gdbus_sources) profiles/cups/main.c \ + profiles/cups/cups.h \ + profiles/cups/sdp.c \ + profiles/cups/spp.c \ + profiles/cups/hcrp.c -cups_bluetooth_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ lib/libbluetooth-private.la +profiles_cups_bluetooth_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ \ + lib/libbluetooth-private.la endif diff --git a/cups/cups.h b/profiles/cups/cups.h index f4e0c01cd..f4e0c01cd 100644 --- a/cups/cups.h +++ b/profiles/cups/cups.h diff --git a/cups/hcrp.c b/profiles/cups/hcrp.c index a93dda07e..a93dda07e 100644 --- a/cups/hcrp.c +++ b/profiles/cups/hcrp.c diff --git a/cups/main.c b/profiles/cups/main.c index a884c6e7b..a884c6e7b 100644 --- a/cups/main.c +++ b/profiles/cups/main.c diff --git a/cups/sdp.c b/profiles/cups/sdp.c index c7f17a4ab..c7f17a4ab 100644 --- a/cups/sdp.c +++ b/profiles/cups/sdp.c diff --git a/cups/spp.c b/profiles/cups/spp.c index d906ed223..d906ed223 100644 --- a/cups/spp.c +++ b/profiles/cups/spp.c |