gstreamer/sys/directsound/Makefile.am
Nicolas Dufresne a3545637de directsound: Fix .c file name in Makefile
This was broken by accident, bad search and replace.
2017-07-20 17:21:05 -04:00

17 lines
507 B
Makefile

plugin_LTLIBRARIES = libgstdirectsound.la
libgstdirectsound_la_SOURCES = gstdirectsoundsink.c gstdirectsoundplugin.c
libgstdirectsound_la_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_BASE_CFLAGS) \
$(GST_CFLAGS) \
$(DIRECTSOUND_CFLAGS)
libgstdirectsound_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) \
-lgstaudio-$(GST_API_VERSION) \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
$(DIRECTSOUND_LIBS)
libgstdirectsound_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)
noinst_HEADERS = gstdirectsoundsink.h