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.
35 lines
408 B
35 lines
408 B
# mpegplay-yaf - Makefile.am
|
|
|
|
INCLUDES = -I../../include $(all_includes)
|
|
|
|
EXTRA_DIST = stresstest
|
|
|
|
bin_PROGRAMS = yaf-mpgplay
|
|
|
|
yaf_mpgplay_SOURCES = mpg_control.cpp
|
|
|
|
noinst_HEADERS =
|
|
|
|
|
|
yaf_mpgplay_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT)
|
|
|
|
|
|
yaf_mpgplay_LDADD = ../yafcore/libyafcore.la \
|
|
../yafxplayer/libyafxplayer.la \
|
|
../../../lib/libmpeg.la \
|
|
$(THIS_LIB_LIBS)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|