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