blob: 1d07e50e778213f24481ddd40ef2d44414122719 (
plain)
1
2
3
4
5
6
7
8
9
|
xf86bigfontdir = $(includedir)/X11/extensions
xf86bigfont_HEADERS = \
xf86bigfont.h \
xf86bigfstr.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xf86bigfontproto.pc
EXTRA_DIST = autogen.sh xf86bigfontproto.pc.in
|