summaryrefslogtreecommitdiff
path: root/gst/debugutils/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2013-03-26 16:50:42 -0700
committerDavid Schleef <ds@schleef.org>2013-03-27 15:31:21 -0700
commita1bb437ece7d5f305ddc74abda6e7367697c5aca (patch)
tree193c0ac4cce0cbe4c1dfb8bd276b25c7f712f195 /gst/debugutils/Makefile.am
parent42965f5aa033f85f02ab3939cae39363562b338f (diff)
downloadgstreamer-plugins-bad-a1bb437ece7d5f305ddc74abda6e7367697c5aca.tar.gz
watchdog: new element
Diffstat (limited to 'gst/debugutils/Makefile.am')
-rw-r--r--gst/debugutils/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/debugutils/Makefile.am b/gst/debugutils/Makefile.am
index 70d793ffd..bd6cd60fc 100644
--- a/gst/debugutils/Makefile.am
+++ b/gst/debugutils/Makefile.am
@@ -24,7 +24,9 @@ libgstdebugutilsbad_la_SOURCES = \
gstchopmydata.h \
gstcompare.c \
gstcompare.h \
- gstdebugspy.h
+ gstdebugspy.h \
+ gstwatchdog.c \
+ gstwatchdog.h
nodist_libgstdebugutilsbad_la_SOURCES = $(BUILT_SOURCES)
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)