diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-08 21:10:06 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-08 21:10:06 +0000 |
commit | a48d8b4639f36e6fc2d7e87cac92e178674caaa1 (patch) | |
tree | ae1b9dc0919336032fb143fb3930cb6fe0523593 /src/Makefile.am |
Initial revision
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 00000000..cc7b582b --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,10 @@ +# +# $Id$ +# + +lib_LTLIBRARIES = libbluetooth.la + +libbluetooth_la_SOURCES = bluetooth.c hci.c +libbluetooth_la_LDFLAGS = -version-info 1:0:0 + +CFLAGS += -I../include |