From b2fd27c666321c1a6319c48192ae993627972b96 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 7 Aug 2008 16:40:58 +0200 Subject: Make sure to include compat/sdp.h in the distribution --- compat/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compat') diff --git a/compat/Makefile.am b/compat/Makefile.am index 4054b3e7..f3422fc9 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -5,7 +5,7 @@ man_MANS = if HIDD bin_PROGRAMS += hidd -hidd_SOURCES = hidd.c hidd.h sdp.c fakehid.c +hidd_SOURCES = hidd.c hidd.h sdp.h sdp.c fakehid.c hidd_LDADD = $(top_builddir)/common/libhelper.a @BLUEZ_LIBS@ -lm @@ -17,7 +17,7 @@ endif if PAND bin_PROGRAMS += pand -pand_SOURCES = pand.c pand.h bnep.c sdp.c +pand_SOURCES = pand.c pand.h bnep.c sdp.h sdp.c pand_LDADD = $(top_builddir)/common/libhelper.a @BLUEZ_LIBS@ endif @@ -29,7 +29,7 @@ endif if DUND bin_PROGRAMS += dund -dund_SOURCES = dund.c dund.h lib.h sdp.c dun.c msdun.c +dund_SOURCES = dund.c dund.h lib.h sdp.h sdp.c dun.c msdun.c dund_LDADD = $(top_builddir)/common/libhelper.a @BLUEZ_LIBS@ endif -- cgit