OSDN Git Service

eclair snapshot
[android-x86/external-bluetooth-bluez.git] / input / Makefile.am
1
2 if INPUTPLUGIN
3 plugindir = $(libdir)/bluetooth/plugins
4
5 plugin_LTLIBRARIES = input.la
6
7 input_la_SOURCES = main.c manager.h manager.c \
8                         server.h server.c device.h device.c \
9                                                 fakehid.c fakehid.h
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
17 AM_CFLAGS = -fvisibility=hidden \
18                 @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@
19
20 INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src
21
22 EXTRA_DIST = input.conf sixpair.c
23
24 MAINTAINERCLEANFILES = Makefile.in