From 93fb3e1e6a11068ade17d8274a04d87cc63d8bb3 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 14 Jun 2007 12:14:24 +0000 Subject: Make sure to dist everything needed for win32 builds. Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/directdraw/Makefile.am: * sys/directsound/Makefile.am: * sys/waveform/Makefile.am: Make sure to dist everything needed for win32 builds. --- sys/directsound/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/directsound') diff --git a/sys/directsound/Makefile.am b/sys/directsound/Makefile.am index 3b24de62..010ec6cd 100644 --- a/sys/directsound/Makefile.am +++ b/sys/directsound/Makefile.am @@ -7,3 +7,5 @@ libgstdirectsoundsink_la_LIBADD = $(DIRECTSOUND_LIBS) \ $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \ -lgstaudio-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR) libgstdirectsoundsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS) + +noinst_HEADERS = gstdirectsoundsink.h -- cgit