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.
tdegraphics/kview/modules/template/Makefile.am

16 lines
499 B

INCLUDES = -I$(top_srcdir)/kview $(all_includes)
kde_module_LTLIBRARIES = kview_templateplugin.la
kview_templateplugin_la_SOURCES = kviewtemplate.cpp
kview_templateplugin_la_LIBADD = $(LIB_TDEFILE) $(LIB_TDEPARTS) -ltdeprint
kview_templateplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
plugdir = $(kde_datadir)/kview/kpartplugins
plug_DATA = kviewtemplate.desktop kviewtemplate.rc
METASOURCES = AUTO
messages: rc.cpp
$(XGETTEXT) *.cpp *.h -o $(podir)/kviewtemplateplugin.pot