From 1d3715db11f573060cb02a2b7b7c44f06607d337 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 3 Apr 2004 06:04:35 +0000 Subject: Update BlueZ library configuration --- rfcomm/Makefile.am | 4 ++++ rfcomm/main.c | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'rfcomm') diff --git a/rfcomm/Makefile.am b/rfcomm/Makefile.am index f525fc4f..980b0900 100644 --- a/rfcomm/Makefile.am +++ b/rfcomm/Makefile.am @@ -9,6 +9,10 @@ bin_PROGRAMS = rfcomm rfcomm_SOURCES = main.c parser.h parser.y lexer.l kword.h kword.c rfcomm_CONFIG = rfcomm.conf +LDFLAGS = @BLUEZ_LIBS@ + +INCLUDES = @BLUEZ_INCLUDES@ + man_MANS = rfcomm.1 YFLAGS = -d diff --git a/rfcomm/main.c b/rfcomm/main.c index 68396b5e..52701d40 100644 --- a/rfcomm/main.c +++ b/rfcomm/main.c @@ -21,6 +21,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include #include #include -- cgit