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.
36 lines
402 B
36 lines
402 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_TQT)
|
|
|
|
|
|
yaf_splay_LDADD = ../yafxplayer/libyafxplayer.la \
|
|
../yafcore/libyafcore.la \
|
|
../../../lib/libmpeg.la \
|
|
$(THIS_LIB_LIBS)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|