blob: 8c24d167bb781be01a41a1ddfbcccd29b3879f7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
fontsdir = $(includedir)/X11/fonts
fonts_HEADERS = \
font.h \
fontproto.h \
fontstruct.h \
FS.h \
fsmasks.h \
FSproto.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fontsproto.pc
|