diff options
Diffstat (limited to 'bigreqsproto/Makefile.am')
-rw-r--r-- | bigreqsproto/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/bigreqsproto/Makefile.am b/bigreqsproto/Makefile.am new file mode 100644 index 0000000..d39cc1e --- /dev/null +++ b/bigreqsproto/Makefile.am @@ -0,0 +1,22 @@ +SUBDIRS=specs + +bigreqsdir = $(includedir)/X11/extensions +bigreqs_HEADERS = \ + bigreqsproto.h \ + bigreqstr.h + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = bigreqsproto.pc + + +MAINTAINERCLEANFILES = ChangeLog INSTALL + +.PHONY: ChangeLog INSTALL + +INSTALL: + $(INSTALL_CMD) + +ChangeLog: + $(CHANGELOG_CMD) + +dist-hook: ChangeLog INSTALL |