summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-10-25 10:33:03 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-10-25 10:33:03 +0000
commit8c29a4d5d2635d663657d731a80a9c0f6e0d7216 (patch)
tree508a63c1a40932035b67fe2ee670c22e4ca40e06 /audio
parent5a3f10131eaeaa9336b8f8c501e0051a2ee69ec5 (diff)
Add rtp.h file to build dependencies
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/Makefile.am b/audio/Makefile.am
index 979adba3..48c2a80f 100644
--- a/audio/Makefile.am
+++ b/audio/Makefile.am
@@ -23,7 +23,7 @@ alsadir = $(libdir)/alsa-lib
alsa_LTLIBRARIES = libasound_module_pcm_bluetooth.la libasound_module_ctl_bluetooth.la
-libasound_module_pcm_bluetooth_la_SOURCES = pcm_bluetooth.c ipc.h
+libasound_module_pcm_bluetooth_la_SOURCES = pcm_bluetooth.c ipc.h rtp.h
libasound_module_pcm_bluetooth_la_LDFLAGS = -module -avoid-version -export-symbols-regex [_]*snd_pcm_.*
libasound_module_pcm_bluetooth_la_LIBADD = @SBC_LIBS@ @ALSA_LIBS@
libasound_module_pcm_bluetooth_la_CFLAGS = @ALSA_CFLAGS@ @SBC_CFLAGS@
@@ -39,7 +39,7 @@ gstreamerdir = $(libdir)/gstreamer-0.10
gstreamer_LTLIBRARIES = libgstbluetooth.la
-libgstbluetooth_la_SOURCES = gstbluetooth.c ipc.h \
+libgstbluetooth_la_SOURCES = gstbluetooth.c ipc.h rtp.h \
gstsbcenc.h gstsbcenc.c \
gstsbcdec.h gstsbcdec.c \
gstsbcparse.h gstsbcparse.c \