diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-29 21:34:01 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-03-29 21:34:01 +0000 |
commit | a8d4b5143b9fc3ee47a5f59180d8a92c5f742115 (patch) | |
tree | 93fcaf36997e2a9e036671ae4bb082903b3df04b /src/Makefile.am | |
parent | 21efc9d87640fa0d9b78a311677e316590515171 (diff) |
Cleanup.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b1c657e0..22dd8aac 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,4 +7,4 @@ lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c libbluetooth_la_LDFLAGS = -version-info 1:0:0 -AM_CFLAGS = -I../include +INCLUDES = -I../include |