summaryrefslogtreecommitdiffstats
path: root/mpeglib/example/yaf/yafyuv/Makefile.am
blob: 47767a3c5254370715cab2682f0effa64fbfae7e (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
#  splay-yaf - Makefile.am

INCLUDES		=	-I../../include $(all_includes)

EXTRA_DIST		=	

bin_PROGRAMS		=	yaf-yuv

yaf_yuv_SOURCES		=	yuv_control.cpp


noinst_HEADERS		=	

yaf_yuv_LDFLAGS		=	$(all_libraries) $(KDE_RPATH) $(LIB_QT)


yaf_yuv_LDADD		=	../yafxplayer/libyafxplayer.la \
				../yafcore/libyafcore.la \
				../../../lib/libmpeg.la \
				$(THIS_LIB_LIBS)