xenocara/proto/recordproto/Makefile.am

24 lines
346 B
Makefile
Raw Normal View History

SUBDIRS=specs
2006-11-25 08:43:19 -07:00
recorddir = $(includedir)/X11/extensions
record_HEADERS = \
2010-05-10 14:01:46 -06:00
recordconst.h \
recordproto.h \
2006-11-25 08:43:19 -07:00
recordstr.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = recordproto.pc
2010-05-10 14:01:46 -06:00
MAINTAINERCLEANFILES = ChangeLog INSTALL
.PHONY: ChangeLog INSTALL
2010-05-10 14:01:46 -06:00
INSTALL:
$(INSTALL_CMD)
2010-05-10 14:01:46 -06:00
ChangeLog:
$(CHANGELOG_CMD)
dist-hook: ChangeLog INSTALL