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.
15 lines
506 B
15 lines
506 B
kde_module_LTLIBRARIES = fontthumbnail.la
|
|
|
|
fontthumbnail_la_SOURCES = FontThumbnail.cpp
|
|
fontthumbnail_la_LIBADD = $(LIBFREETYPE_LIBS) $(LIB_KDECORE) $(LIB_KIO) ../lib/libkfontinst.la
|
|
fontthumbnail_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIBFREETYPE_RPATH) -module $(KDE_PLUGIN)
|
|
METASOURCES = AUTO
|
|
|
|
noinst_HEADERS = FontThumbnail.h
|
|
|
|
kdelnkdir = $(kde_servicesdir)
|
|
|
|
kde_services_DATA = fontthumbnail.desktop
|
|
|
|
AM_CPPFLAGS= -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS)
|