blob: 77328db72f46971c8e04c6a385ee972a071ae749 (
plain)
1
2
3
4
5
6
7
8
9
10
|
fontcachedir = $(includedir)/X11/extensions
fontcache_HEADERS = \
fontcache.h \
fontcacheP.h \
fontcachstr.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fontcacheproto.pc
EXTRA_DIST = autogen.sh fontcacheproto.pc.in
|