diff options
author | Christian Fredrik Kalager Schaller <christian.schaller@collabora.co.uk> | 2011-05-27 11:05:46 +0100 |
---|---|---|
committer | Christian Fredrik Kalager Schaller <christian.schaller@collabora.co.uk> | 2011-05-27 11:06:29 +0100 |
commit | 2e610eb003fbd63a796c342ec5ddd49e068b1ac2 (patch) | |
tree | 2dc5959bd2dbcb90fad6c098bb3e1e9b8df9483c /gst/debugutils | |
parent | e94245c26483d1d18e31619f306399c50c8bdb39 (diff) | |
download | gstreamer-plugins-bad-2e610eb003fbd63a796c342ec5ddd49e068b1ac2.tar.gz |
Fix missing header file and update spec to work around current compiler issues
Diffstat (limited to 'gst/debugutils')
-rw-r--r-- | gst/debugutils/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/debugutils/Makefile.am b/gst/debugutils/Makefile.am index c5983dd69..9d237a325 100644 --- a/gst/debugutils/Makefile.am +++ b/gst/debugutils/Makefile.am @@ -21,7 +21,8 @@ libgstdebugutilsbad_la_SOURCES = \ gstchecksumsink.c \ gstchecksumsink.h \ gstchopmydata.c \ - gstchopmydata.h + gstchopmydata.h \ + gstdebugspy.h nodist_libgstdebugutilsbad_la_SOURCES = $(BUILT_SOURCES) libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \ @@ -43,4 +44,4 @@ Android.mk: Makefile.am $(BUILT_SOURCES) -ldl \ -:PASSTHROUGH LOCAL_ARM_MODE:=arm \ LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \ - > $@
\ No newline at end of file + > $@ |