summaryrefslogtreecommitdiff
path: root/src/gst/Makefile.am
blob: c5f11599bcda6616809ecb0c3db366672abd72e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
noinst_LTLIBRARIES =			\
	libtotemgsthelpers.la		\
	libtotemgstpixbufhelpers.la	\
	libtotemtimehelpers.la

libtotemgsthelpers_la_SOURCES =	\
	totem-gst-helpers.c	\
	totem-gst-helpers.h

libtotemgsthelpers_la_CPPFLAGS =	\
	-D_REENTRANT			\
	$(DISABLE_DEPRECATED)		\
	$(AM_CPPFLAGS)

libtotemgsthelpers_la_CFLAGS =	\
	$(HELPER_CFLAGS)	\
	$(AM_CFLAGS)

libtotemgsthelpers_la_LIBADD = $(HELPER_LIBS)
libtotemgsthelpers_la_LDFLAGS= -no-undefined

libtotemgstpixbufhelpers_la_SOURCES =	\
	totem-gst-pixbuf-helpers.c	\
	totem-gst-pixbuf-helpers.h

libtotemgstpixbufhelpers_la_CPPFLAGS =	\
	-D_REENTRANT			\
	$(DISABLE_DEPRECATED)		\
	$(AM_CPPFLAGS)

libtotemgstpixbufhelpers_la_CFLAGS =	\
	$(PIXBUF_HELPER_CFLAGS)		\
	$(AM_CFLAGS)

libtotemgstpixbufhelpers_la_LIBADD = $(PIXBUF_HELPER_LIBS)
libtotemgstpixbufhelpers_la_LDFLAGS= -no-undefined

libtotemtimehelpers_la_SOURCES =	\
	totem-time-helpers.c		\
	totem-time-helpers.h

libtotemtimehelpers_la_CPPFLAGS =	\
	-D_REENTRANT			\
	$(DISABLE_DEPRECATED)		\
	$(AM_CPPFLAGS)

libtotemtimehelpers_la_CFLAGS =	\
	$(TIME_HELPER_CFLAGS)	\
	$(AM_CFLAGS)

libtotemtimehelpers_la_LIBADD = $(TIME_HELPER_LIBS)
libtotemtimehelpers_la_LDFLAGS= -no-undefined

EXTRA_DIST = totem-time-helpers.h

-include $(top_srcdir)/git.mk