diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 00000000..065bbe60 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,9 @@ + +lib_LTLIBRARIES = libbluetooth.la + +libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c +libbluetooth_la_LDFLAGS = -version-info 13:2:11 + +INCLUDES = -I$(top_builddir)/include + +MAINTAINERCLEANFILES = Makefile.in |