summaryrefslogtreecommitdiffstats
path: root/kcontrol/kfontinst/kio/Makefile.am
blob: ad0f2ea8e344a3e33325eb99e1e3cdd7fc2c0d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
kde_module_LTLIBRARIES = kio_fonts.la
kio_fonts_la_SOURCES = \
KioFonts.cpp

kio_fonts_la_LIBADD = ../../fonts/libkxftconfig.la $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_KIO) -lkdesu ../lib/libkfontinst.la
kio_fonts_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) $(KDE_RPATH) $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) -module -avoid-version -no-undefined
AM_CPPFLAGS= -I$(srcdir)/../lib -I$(srcdir)/../../fonts $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE

# The kxftconfig stuf really belongs to kdebase/kcontrol/fonts - here only so that can distribute this as an archive.
noinst_HEADERS = \
KioFonts.h

servicesdir = $(kde_servicesdir)
services_DATA = fonts.protocol

vfsdata_DATA = fonts.desktop
vfsdatadir = $(kde_datadir)/konqsidebartng/virtual_folders/services

mimetype_DATA = folder.desktop system-folder.desktop package.desktop
mimetypedir = $(kde_mimedir)/fonts