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.
19 lines
596 B
19 lines
596 B
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
|