blob: 0956d50af85e306b50da9734750ee8f18bf3a4f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
SUBDIRS = config test
kde_module_LTLIBRARIES = libkviewcanvas.la
INCLUDES = -I$(top_srcdir)/kview $(all_includes)
noinst_HEADERS = kimageholder.h kimagecanvas.h
libkviewcanvas_la_SOURCES = kimageholder.cpp kimagecanvas.cpp
libkviewcanvas_la_LDFLAGS = $(all_libraries) -module -no-undefined -avoid-version
libkviewcanvas_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEPRINT) $(LIB_TDEUTILS) \
$(top_builddir)/kview/kimageviewer/libkimageviewer.la
METASOURCES = AUTO
kde_services_DATA = kviewcanvas.desktop
messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/kviewcanvas.pot
|