build: Fix some automake warnings

This commit is contained in:
Sebastian Dröge 2013-06-13 13:34:37 +02:00
parent a5402d6eeb
commit 36e3426c73
2 changed files with 2 additions and 8 deletions

View file

@ -27,12 +27,6 @@ libgstapplemedia_nonpublic_la_CFLAGS = \
$(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS)
libgstapplemedia_nonpublic_la_CFLAGS = \
$(GST_CFLAGS) \
$(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS)
libgstapplemedia_nonpublic_la_OBJCFLAGS = \
$(GST_OBJCFLAGS) \
$(GST_BASE_CFLAGS) \

View file

@ -1,5 +1,7 @@
GST_CAMERABIN_UI_FILES = gst-camera2.ui
AM_CPPFLAGS = -DCAMERA_APPS_UIDIR=\""$(srcdir)"\"
if HAVE_GTK
GST_CAMERABIN_GTK_EXAMPLES = gst-camera2
@ -22,8 +24,6 @@ gst_camera2_LDADD = \
noinst_DATA = $(GST_CAMERABIN_UI_FILES)
INCLUDES = -DCAMERA_APPS_UIDIR=\""$(srcdir)"\"
else
GST_CAMERABIN_GTK_EXAMPLES =
endif