sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
23
lib/libXpm/Makefile.am
Normal file
23
lib/libXpm/Makefile.am
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Daniel Stone disowns all copyright on this file; no warranty is given as to its
|
||||
# suitability or otherwise.
|
||||
|
||||
SUBDIRS = doc include man src sxpm cxpm test
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = xpm.pc
|
||||
|
||||
EXTRA_DIST = COPYRIGHT NEWS.old README.md
|
||||
|
||||
MAINTAINERCLEANFILES = ChangeLog INSTALL
|
||||
|
||||
.PHONY: ChangeLog INSTALL
|
||||
|
||||
INSTALL:
|
||||
$(INSTALL_CMD)
|
||||
|
||||
ChangeLog:
|
||||
$(CHANGELOG_CMD)
|
||||
|
||||
dist-hook: ChangeLog INSTALL
|
Loading…
Add table
Add a link
Reference in a new issue