summaryrefslogtreecommitdiff
path: root/http-launch/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'http-launch/src/Makefile.am')
-rw-r--r--http-launch/src/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/http-launch/src/Makefile.am b/http-launch/src/Makefile.am
new file mode 100644
index 0000000..20aebd3
--- /dev/null
+++ b/http-launch/src/Makefile.am
@@ -0,0 +1,6 @@
+bin_PROGRAMS = http-launch
+
+http_launch_SOURCES = http-launch.c
+http_launch_CFLAGS = $(GST_CFLAGS) $(GIO_CFLAGS)
+http_launch_LDADD = $(GST_LIBS) $(GIO_LIBS)
+