diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 15:45:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 15:45:49 +0000 |
commit | 07e4a7ee4cf2466dbb3eb8d5034733e409f91a8f (patch) | |
tree | bbf452c16f064d3f51db63f64f2cdf236590a812 /proto/dmxproto/Makefile.am | |
parent | 94c32b61efd0dfcda7a15419b93b70e07b304ce4 (diff) |
import from X.Org 7.2RC2
Diffstat (limited to 'proto/dmxproto/Makefile.am')
-rw-r--r-- | proto/dmxproto/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/proto/dmxproto/Makefile.am b/proto/dmxproto/Makefile.am new file mode 100644 index 000000000..7ec363d92 --- /dev/null +++ b/proto/dmxproto/Makefile.am @@ -0,0 +1,9 @@ +dmxdir = $(includedir)/X11/extensions +dmx_HEADERS = \ + dmxext.h \ + dmxproto.h + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = dmxproto.pc + +EXTRA_DIST = autogen.sh dmxproto.pc.in |