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
373 B
36 lines
373 B
# splay-yaf - Makefile.am
|
|
|
|
INCLUDES = -I../../include $(all_includes)
|
|
|
|
|
|
bin_PROGRAMS = yaf-cdda
|
|
|
|
yaf_cdda_SOURCES = cdda_control.cpp
|
|
|
|
|
|
noinst_HEADERS =
|
|
|
|
yaf_cdda_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT)
|
|
|
|
|
|
yaf_cdda_LDADD = ../yafxplayer/libyafxplayer.la \
|
|
../yafcore/libyafcore.la \
|
|
../../../lib/libmpeg.la \
|
|
$(THIS_LIB_LIBS)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|