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

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

# EXTRA_DIST		=	stresstest

noinst_PROGRAMS		=	cddaplay

cddaplay_SOURCES	=	cddaplay.cpp

noinst_HEADERS		=	

cddaplay_LDFLAGS	=	$(all_libraries) $(LIB_TQT)


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