~ubuntu-branches/ubuntu/wily/sflphone/wily

1.1.8 by Mark Purcell
Import upstream version 1.2.0
1
include ../../globals.mak
2
3
if SFL_VIDEO
4
5
noinst_LTLIBRARIES = libvideo.la
6
1.1.12 by Francois Marier
Import upstream version 1.4.1
7
libvideo_la_SOURCES = video_widget.c video_widget.h video_renderer.c video_renderer.h video_callbacks.c video_callbacks.h shm_header.h video_capabilities.c video_capabilities.h
1.1.8 by Mark Purcell
Import upstream version 1.2.0
8
9
libvideo_la_LDFLAGS = @CLUTTER_LDFLAGS@ @CLUTTERGTK_LDFLAGS@
10
1.1.10 by Mark Purcell
Import upstream version 1.2.3
11
libvideo_la_LIBADD = @CLUTTER_LIBS@ @GTK_LIBS@ @GLIB_LIBS@ \
12
					 @CLUTTERGTK_LIBS@ -lrt
13
1.1.8 by Mark Purcell
Import upstream version 1.2.0
14
libvideo_la_CFLAGS = @CLUTTER_CFLAGS@ \
15
			@GTK_CFLAGS@ @GLIB_CFLAGS@ @CLUTTERGTK_CFLAGS@ @DBUSGLIB_CFLAGS@
16
17
endif
1.1.10 by Mark Purcell
Import upstream version 1.2.3
18
19
-include $(top_srcdir)/git.mk