blob: 99c8ef5b2c3316261bb822123a9cf4f9c8713a47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Xtransincludedir = $(libdir)/X11/Xtrans
Xtransinclude_HEADERS = \
Xtrans.h \
Xtrans.c \
Xtransdef.h \
Xtransdnet.c \
Xtransint.h \
Xtranslcl.c \
Xtransos2.c \
Xtranssock.c \
Xtranstli.c \
Xtransutil.c \
transport.c
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xtrans.pc
EXTRA_DIST = xtrans.pc.in
|