summaryrefslogtreecommitdiff
path: root/ext/neon/Makefile.am
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-12-28 21:07:17 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-12-28 21:07:17 +0000
commit3f88a353d408860ad829a645e5f47c679b4225ab (patch)
treeb2c5ccf5cb802b666df5f9b49531fe16add5a665 /ext/neon/Makefile.am
parent95d65be727e4e64070c249641bd20d1c24070069 (diff)
downloadgstreamer-plugins-bad-3f88a353d408860ad829a645e5f47c679b4225ab.tar.gz
Created new element neonhttpsrc.
Original commit message from CVS: Created new element neonhttpsrc.
Diffstat (limited to 'ext/neon/Makefile.am')
-rw-r--r--ext/neon/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/neon/Makefile.am b/ext/neon/Makefile.am
new file mode 100644
index 000000000..65fbf1ffa
--- /dev/null
+++ b/ext/neon/Makefile.am
@@ -0,0 +1,13 @@
+plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
+
+plugin_LTLIBRARIES = libgstneonhttpsrc.la
+
+libgstneonhttpsrc_la_SOURCES = gstneonhttpsrc.c
+
+
+libgstneonhttpsrc_la_CFLAGS = $(GST_CFLAGS) $(NEON_CFLAGS)
+libgstneonhttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstneonhttpsrc_la_LIBADD = $(GST_BASE_LIBS) \
+ $(NEON_LIBS)
+
+noinst_HEADERS = gstneonhttpsrc.h \ No newline at end of file