summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-07 16:40:58 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-07 16:40:58 +0200
commitb2fd27c666321c1a6319c48192ae993627972b96 (patch)
treedab47c2da23acbf7290a965f02b16af6c2e76ce8 /compat
parent6a2e803cdb1e9095e2b16fd2ce3417ae1e734c6c (diff)
Make sure to include compat/sdp.h in the distribution
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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