~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to tests/examples/camerabin/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-19 14:32:43 UTC
  • mfrom: (18.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110719143243-p7pnkh45akfp0ihk
Tags: 0.10.22-2ubuntu1
* Rebased on debian unstable, remaining changes:
  - debian/gstreamer-plugins-bad.install
    * don't include dtmf, liveadder, rtpmux, autoconvert and shm, we include 
      them in -good

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
noinst_DATA = $(GST_CAMERABIN_UI_FILES)
23
23
 
24
 
INCLUDES = -DCAMERA_APPS_UIDIR=\""$(uidir)"\"
 
24
INCLUDES = -DCAMERA_APPS_UIDIR=\""$(srcdir)"\"
25
25
 
26
26
else
27
27
GST_CAMERABIN_GTK_EXAMPLES =
29
29
 
30
30
gst_camera_perf_SOURCES = gst-camera-perf.c
31
31
gst_camera_perf_CFLAGS  = $(GST_CFLAGS)
32
 
gst_camera_perf_LDADD = $(GST_LIBS) 
 
32
gst_camera_perf_LDADD = $(GST_LIBS)
33
33
 
34
34
if HAVE_X11
35
35