diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:08:39 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:08:39 +0000 |
commit | a591b5fb25c93db8ce1d9e2fa00f503793f4dfe9 (patch) | |
tree | 539ad800451d3284fb9db3589fee43f469a9fa75 /proto/xineramaproto/Makefile.am | |
parent | 51965afeffb576b545a4c74d6f7b53061873cd93 (diff) |
import from X.Org 7.2RC2
Diffstat (limited to 'proto/xineramaproto/Makefile.am')
-rw-r--r-- | proto/xineramaproto/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/proto/xineramaproto/Makefile.am b/proto/xineramaproto/Makefile.am new file mode 100644 index 000000000..9320e38dd --- /dev/null +++ b/proto/xineramaproto/Makefile.am @@ -0,0 +1,10 @@ +xineramadir = $(includedir)/X11/extensions +xinerama_HEADERS = \ + panoramiXext.h \ + panoramiXproto.h \ + Xinerama.h + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = xineramaproto.pc + +EXTRA_DIST = autogen.sh xineramaproto.pc.in |