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.
16 lines
387 B
16 lines
387 B
|
|
INCLUDES = -I$(srcdir)/../../common $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
kde_module_LTLIBRARIES = pothumbnail.la
|
|
|
|
pothumbnail_la_SOURCES = pothumbcreator.cpp
|
|
pothumbnail_la_LIBADD = ../../common/libkbabelcommon.la
|
|
pothumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
noinst_HEADERS = pothumbcreator.h
|
|
|
|
services_DATA = pothumbnail.desktop
|
|
servicesdir = $(kde_servicesdir)
|
|
|