diff options
Diffstat (limited to 'X11/fonts/Makefile.am')
-rw-r--r-- | X11/fonts/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/X11/fonts/Makefile.am b/X11/fonts/Makefile.am new file mode 100644 index 000000000..c207a03b3 --- /dev/null +++ b/X11/fonts/Makefile.am @@ -0,0 +1,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 + +EXTRA_DIST = autogen.sh fontsproto.pc.in |