summaryrefslogtreecommitdiff
path: root/serial/Makefile.am
blob: 04c498498b7993fd934ab10338b0761c606ad95c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

if SERIALPLUGIN
noinst_LTLIBRARIES = serial.la

serial_la_SOURCES = main.c manager.h manager.c \
			port.h port.c proxy.h proxy.c

endif

AM_LDFLAGS = -module -avoid-version -no-undefined

AM_CFLAGS = -fvisibility=hidden -DBLUETOOTH_PLUGIN_BUILTIN \
		@BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@

INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src

EXTRA_DIST = serial.conf

MAINTAINERCLEANFILES = Makefile.in