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.
14 lines
482 B
14 lines
482 B
kde_module_LTLIBRARIES = tdefile_font.la
|
|
|
|
tdefile_font_la_SOURCES = KFileFont.cpp
|
|
tdefile_font_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIBFREETYPE_RPATH) -module $(KDE_PLUGIN)
|
|
tdefile_font_la_LIBADD = $(LIB_TDEIO) $(LIBFREETYPE_LIBS) ../lib/libtdefontinst.la
|
|
|
|
kdelnkdir = $(kde_servicesdir)
|
|
kde_services_DATA = tdefile_font.desktop
|
|
|
|
AM_CPPFLAGS = -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS)
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = KFileFont.h
|