~ubuntu-branches/ubuntu/wily/bluez/wily

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2008-10-07 12:10:29 UTC
  • Revision ID: james.westby@ubuntu.com-20081007121029-4gup4fmmh2vfo5nh
Tags: upstream-4.12
ImportĀ upstreamĀ versionĀ 4.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
if CONFIGFILES
 
3
dbusdir = $(sysconfdir)/dbus-1/system.d
 
4
 
 
5
dbus_DATA = bluetooth.conf
 
6
 
 
7
confdir = $(sysconfdir)/bluetooth
 
8
 
 
9
conf_DATA = main.conf
 
10
 
 
11
statedir = $(localstatedir)/lib/bluetooth
 
12
 
 
13
state_DATA =
 
14
endif
 
15
 
 
16
sbin_PROGRAMS = bluetoothd
 
17
 
 
18
bluetoothd_SOURCES = main.c security.c hcid.h sdpd.h \
 
19
        sdpd-server.c sdpd-request.c sdpd-service.c sdpd-database.c \
 
20
        plugin.h plugin.c storage.h storage.c agent.h agent.c \
 
21
        error.h error.c manager.h manager.c adapter.h adapter.c \
 
22
        device.h device.c dbus-common.c dbus-common.h dbus-hci.h dbus-hci.c
 
23
 
 
24
bluetoothd_LDADD = $(top_builddir)/common/libhelper.a \
 
25
        @GDBUS_LIBS@ @GMODULE_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
 
26
 
 
27
if MAINTAINER_MODE
 
28
plugindir = $(abs_top_srcdir)/plugins
 
29
else
 
30
plugindir = $(libdir)/bluetooth/plugins
 
31
endif
 
32
 
 
33
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ \
 
34
                @GLIB_CFLAGS@ @GMODULE_CFLAGS@ @GDBUS_CFLAGS@ \
 
35
                                        -DPLUGINDIR=\""$(plugindir)"\"
 
36
 
 
37
INCLUDES = -I$(top_srcdir)/common
 
38
 
 
39
if MANPAGES
 
40
man_MANS = bluetoothd.8
 
41
endif
 
42
 
 
43
EXTRA_DIST = bluetooth.conf bluetoothd.8 main.conf
 
44
 
 
45
MAINTAINERCLEANFILES = Makefile.in