37189599c2e62cf100d01502ef9ddcb379008f04
[platform/upstream/gstreamer.git] / ext / openal / Makefile.am
1 # Note: plugindir is set in configure
2
3 plugin_LTLIBRARIES = libgstopenal.la
4
5 # sources used to compile this plug-in
6 libgstopenal_la_SOURCES = gstopenal.c gstopenalsink.c gstopenalsrc.c
7
8 # compiler and linker flags used to compile this plugin, set in configure.ac
9 libgstopenal_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(OPENAL_CFLAGS) $(GST_PLUGINS_BAD_CFLAGS)
10 libgstopenal_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(OPENAL_LIBS)
11 libgstopenal_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
12
13 # headers we need but don't want installed
14 noinst_HEADERS = gstopenalsink.h gstopenalsrc.h