diff options
| -rw-r--r-- | audio/Makefile.am | 4 | 
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 \  | 
