xenocara/proto/kbproto/Makefile.am

26 lines
347 B
Makefile
Raw Normal View History

SUBDIRS = specs
2006-11-25 08:43:19 -07:00
kbdir = $(includedir)/X11/extensions
kb_HEADERS = \
XKBgeom.h \
XKB.h \
XKBproto.h \
XKBsrv.h \
XKBstr.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = kbproto.pc
2010-04-24 13:54:22 -06:00
2010-08-21 03:35:16 -06:00
MAINTAINERCLEANFILES = ChangeLog INSTALL
2010-04-24 13:54:22 -06:00
2010-08-21 03:35:16 -06:00
.PHONY: ChangeLog INSTALL
INSTALL:
$(INSTALL_CMD)
2010-04-24 13:54:22 -06:00
ChangeLog:
$(CHANGELOG_CMD)
2010-08-21 03:35:16 -06:00
dist-hook: ChangeLog INSTALL