1da120dd97d5f20b4889ebb29da833e8cf4c46cb
[platform/upstream/gstreamer.git] / ext / neon / Makefile.am
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
2
3 plugin_LTLIBRARIES =    libgstneonhttpsrc.la
4
5 libgstneonhttpsrc_la_SOURCES =  gstneonhttpsrc.c
6
7 libgstneonhttpsrc_la_CFLAGS =   $(GST_CFLAGS) \
8                                 $(NEON_CFLAGS) 
9
10 libgstneonhttpsrc_la_LDFLAGS =  $(GST_PLUGIN_LDFLAGS)
11
12 libgstneonhttpsrc_la_LIBADD =   $(GST_BASE_LIBS) \
13                                 $(NEON_LIBS)
14
15 noinst_HEADERS = gstneonhttpsrc.h