1a95fee6b4d71646da45d84969abdec3dc3348d0
[platform/upstream/gstreamer.git] / ext / openexr / Makefile.am
1 plugin_LTLIBRARIES = libgstopenexr.la
2
3 libgstopenexr_la_SOURCES = gstopenexrdec.cpp gstopenexr.c
4 libgstopenexr_la_CFLAGS = \
5         $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) \
6         $(OPENEXR_CFLAGS)
7 libgstopenexr_la_CXXFLAGS = \
8         $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CXXFLAGS) \
9         $(OPENEXR_CFLAGS) -std=c++98
10 libgstopenexr_la_LIBADD = \
11         $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
12         $(GST_BASE_LIBS) $(GST_LIBS) $(OPENEXR_LIBS)
13 libgstopenexr_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
14
15 noinst_HEADERS = \
16         gstopenexrdec.h \
17         gstopenexr.h