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.
18 lines
540 B
18 lines
540 B
SUBDIRS = .
|
|
|
|
INCLUDES = -I$(top_srcdir)/kview $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kview_presenterplugin.la
|
|
|
|
kview_presenterplugin_la_SOURCES = imagelistitem.cpp imagelistdialog.ui kviewpresenter.cpp
|
|
kview_presenterplugin_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEPARTS)
|
|
kview_presenterplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
plugdir = $(kde_datadir)/kview/kpartplugins
|
|
plug_DATA = kviewpresenter.desktop kviewpresenter.rc
|
|
|
|
METASOURCES = AUTO
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/kviewpresenterplugin.pot
|