diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-26 18:40:43 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-26 18:40:43 +0200 |
commit | 9f6cffae412046530af84f6f751f3ff8bfb06af0 (patch) | |
tree | 3dd6d9d2b9a57734352bde9cc950f3c1abd24306 /src/Makefile.am | |
parent | d7afe93cc74f5f29fac8b84dcff88beb945a16ce (diff) | |
parent | 9b58ef755fe8dabbd82a9a9f88e172b7b9d9222a (diff) |
Import bluez-libs-3.36 revision history
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 |