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/yafvorbis/Makefile.am

34 lines
431 B

# splay-yaf - Makefile.am
INCLUDES = -I../../include -I../../include/vorbis/include $(all_includes)
EXTRA_DIST =
bin_PROGRAMS = yaf-vorbis
yaf_vorbis_SOURCES = vorbis_control.cpp
noinst_HEADERS =
yaf_vorbis_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT)
yaf_vorbis_LDADD = \
../yafcore/libyafcore.la \
../yafxplayer/libyafxplayer.la \
../../../lib/libmpeg.la \
$(THIS_LIB_LIBS)