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.
33 lines
374 B
33 lines
374 B
# tplay-yaf - Makefile.am
|
|
|
|
INCLUDES = -I../../include $(all_includes)
|
|
|
|
|
|
bin_PROGRAMS = yaf-tplay
|
|
|
|
yaf_tplay_SOURCES = tplay_control.cpp
|
|
|
|
noinst_HEADERS =
|
|
|
|
yaf_tplay_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT)
|
|
|
|
|
|
yaf_tplay_LDADD = ../yafcore/libyafcore.la \
|
|
../yafxplayer/libyafxplayer.la \
|
|
../../../lib/libmpeg.la \
|
|
$(THIS_LIB_LIBS)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|