sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
30
lib/libxtrans/Makefile.am
Normal file
30
lib/libxtrans/Makefile.am
Normal file
|
@ -0,0 +1,30 @@
|
|||
SUBDIRS=doc
|
||||
|
||||
Xtransincludedir = $(includedir)/X11/Xtrans
|
||||
Xtransinclude_HEADERS = \
|
||||
Xtrans.h \
|
||||
Xtrans.c \
|
||||
Xtransint.h \
|
||||
Xtranslcl.c \
|
||||
Xtranssock.c \
|
||||
Xtransutil.c \
|
||||
transport.c
|
||||
|
||||
aclocaldir = $(datadir)/aclocal
|
||||
aclocal_DATA = xtrans.m4
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = xtrans.pc
|
||||
|
||||
MAINTAINERCLEANFILES = ChangeLog INSTALL
|
||||
EXTRA_DIST = ${aclocal_DATA} README.md
|
||||
|
||||
.PHONY: ChangeLog INSTALL
|
||||
|
||||
INSTALL:
|
||||
$(INSTALL_CMD)
|
||||
|
||||
ChangeLog:
|
||||
$(CHANGELOG_CMD)
|
||||
|
||||
dist-hook: ChangeLog INSTALL
|
Loading…
Add table
Add a link
Reference in a new issue