You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemultimedia/mpeglib/example/yaf/yafsplay/Makefile.am

36 lines
401 B

# splay-yaf - Makefile.am
INCLUDES = -I../../include $(all_includes)
EXTRA_DIST = stresstest
bin_PROGRAMS = yaf-splay
yaf_splay_SOURCES = splay_control.cpp
noinst_HEADERS =
yaf_splay_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT)
yaf_splay_LDADD = ../yafxplayer/libyafxplayer.la \
../yafcore/libyafcore.la \
../../../lib/libmpeg.la \
$(THIS_LIB_LIBS)