summaryrefslogtreecommitdiffstats
path: root/mpeglib/example/tplay/Makefile.am
blob: 2f298a80b9fa986387971364539c02026426c283 (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)

EXTRA_DIST		=	

noinst_PROGRAMS		=	tplay

tplay_SOURCES		=	tplay.cpp

noinst_HEADERS		=	

tplay_LDFLAGS		=	$(all_libraries) $(LIB_QT)


tplay_LDADD		=	../../lib/libmpeg.la \
				$(THIS_LIB_LIBS)