14 lines
235 B
Makefile
14 lines
235 B
Makefile
|
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
|