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.
|
|
|
AM_CPPFLAGS = $(all_includes)
|
|
|
|
|
|
|
|
if include_videodvdrip
|
|
|
|
VIDEODVDDIR = videodvd
|
|
|
|
VIDEODVDLIB = videodvd/libvideodvd.la
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libk3b.la
|
|
|
|
|
|
|
|
libk3b_la_SOURCES = dummy.cpp
|
|
|
|
|
|
|
|
libk3b_la_LIBADD = core/libk3bcore.la \
|
|
|
|
cddb/libcddb.la \
|
|
|
|
projects/libk3bproject.la \
|
|
|
|
plugin/libk3bplugin.la \
|
|
|
|
tools/libk3btools.la \
|
|
|
|
jobs/libjobs.la \
|
|
|
|
$(VIDEODVDLIB) $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) $(LIBDL) -ltdefx -lDCOP \
|
|
|
|
../libk3bdevice/libk3bdevice.la
|
|
|
|
|
|
|
|
libk3b_la_LDFLAGS = $(all_libraries) -version-info 3:0:0 -no-undefined
|
|
|
|
|
|
|
|
SUBDIRS = core plugin tools projects cddb jobs $(VIDEODVDDIR)
|
|
|
|
|
|
|
|
#pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
#pkgconfig_DATA = libk3b.pc
|
|
|
|
|
|
|
|
messages:
|
|
|
|
$(XGETTEXT) `find -name "*.cpp" -o -name "*.h"` -o $(podir)/libk3b.pot
|