Merge branch 'devel/x11' into tizen
[platform/upstream/fontsproto.git] / Makefile.am
1 SUBDIRS=specs
2
3 fontsdir = $(includedir)/X11/fonts
4 fonts_HEADERS = \
5         font.h \
6         fontproto.h \
7         fontstruct.h \
8         FS.h \
9         fsmasks.h \
10         FSproto.h
11
12 pkgconfigdir = $(libdir)/pkgconfig
13 pkgconfig_DATA = fontsproto.pc
14
15
16 MAINTAINERCLEANFILES = ChangeLog INSTALL
17
18 .PHONY: ChangeLog INSTALL
19
20 INSTALL:
21         $(INSTALL_CMD)
22
23 ChangeLog:
24         $(CHANGELOG_CMD)
25
26 dist-hook: ChangeLog INSTALL