From a8d4b5143b9fc3ee47a5f59180d8a92c5f742115 Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Fri, 29 Mar 2002 21:34:01 +0000 Subject: Cleanup. --- src/Makefile.am | 2 +- src/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/src/Makefile.in b/src/Makefile.in index 530d0757..0335d393 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -85,7 +85,7 @@ 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 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = LTLIBRARIES = $(lib_LTLIBRARIES) -- cgit