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


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