summaryrefslogtreecommitdiffstats
path: root/mpeglib/example/yaf/yaftplay/Makefile.am
blob: 1e77edf7e1994a71993b686964c5e08d34bd0380 (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
#  tplay-yaf - Makefile.am

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


bin_PROGRAMS		=	yaf-tplay

yaf_tplay_SOURCES	=	tplay_control.cpp

noinst_HEADERS		=	

yaf_tplay_LDFLAGS	=	$(all_libraries) $(KDE_RPATH) $(LIB_TQT)


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