~ubuntu-branches/ubuntu/intrepid/bluez/intrepid

« back to all changes in this revision

Viewing changes to serial/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 SERIALPLUGIN
 
3
plugindir = $(libdir)/bluetooth/plugins
 
4
 
 
5
plugin_LTLIBRARIES = serial.la
 
6
 
 
7
serial_la_SOURCES = main.c \
 
8
                manager.h manager.c port.h port.c \
 
9
                storage.h storage.c proxy.h proxy.c
 
10
 
 
11
LDADD = $(top_builddir)/common/libhelper.a \
 
12
                @GDBUS_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@
 
13
endif
 
14
 
 
15
AM_LDFLAGS = -module -avoid-version -no-undefined \
 
16
                        -export-symbols-regex bluetooth_plugin_desc
 
17
 
 
18
AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@
 
19
 
 
20
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src
 
21
 
 
22
EXTRA_DIST = serial-api.txt
 
23
 
 
24
MAINTAINERCLEANFILES = Makefile.in