xenocara/proto/xcmiscproto/Makefile.am

23 lines
329 B
Makefile
Raw Normal View History

SUBDIRS=specs
2006-11-25 08:43:19 -07:00
xcmiscdir = $(includedir)/X11/extensions
xcmisc_HEADERS = \
2010-04-25 13:52:58 -06:00
xcmiscproto.h \
2006-11-25 08:43:19 -07:00
xcmiscstr.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xcmiscproto.pc
2010-04-25 13:52:58 -06:00
MAINTAINERCLEANFILES = ChangeLog INSTALL
.PHONY: ChangeLog INSTALL
2010-04-25 13:52:58 -06:00
INSTALL:
$(INSTALL_CMD)
2010-04-25 13:52:58 -06:00
ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL