diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 15:53:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 15:53:33 +0000 |
commit | 545efdf1ec10242416e8546e8aad797aa3211392 (patch) | |
tree | 0c1223120080bdbfe1826d9eea53a62c87282ecf /proto/fontcacheproto/Makefile.am | |
parent | 07e4a7ee4cf2466dbb3eb8d5034733e409f91a8f (diff) |
import from X.Org 7.2RC2
Diffstat (limited to 'proto/fontcacheproto/Makefile.am')
-rw-r--r-- | proto/fontcacheproto/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/proto/fontcacheproto/Makefile.am b/proto/fontcacheproto/Makefile.am new file mode 100644 index 000000000..77328db72 --- /dev/null +++ b/proto/fontcacheproto/Makefile.am @@ -0,0 +1,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 |