diff options
author | marha <marha@users.sourceforge.net> | 2011-09-16 08:36:51 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-09-16 08:36:51 +0200 |
commit | 18ae1470a8dbcfe369ddf0d7e17e0ea665251ccd (patch) | |
tree | ecf208df0badb85d34d35990d9194b5182411a10 /X11/extensions/Makefile.am | |
parent | 4420369d700d9db1563f8647e1889c6a0972ea2c (diff) | |
download | vcxsrv-18ae1470a8dbcfe369ddf0d7e17e0ea665251ccd.tar.gz vcxsrv-18ae1470a8dbcfe369ddf0d7e17e0ea665251ccd.tar.bz2 vcxsrv-18ae1470a8dbcfe369ddf0d7e17e0ea665251ccd.zip |
git update libXext libXdmcp mesa xkeyboard-config 16 sep 2011
X11/extensions: removed files that are in multiple extension modules
Diffstat (limited to 'X11/extensions/Makefile.am')
-rw-r--r-- | X11/extensions/Makefile.am | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/X11/extensions/Makefile.am b/X11/extensions/Makefile.am deleted file mode 100644 index bbe5dd42e..000000000 --- a/X11/extensions/Makefile.am +++ /dev/null @@ -1,59 +0,0 @@ -SUBDIRS=specs - -xextdir = $(includedir)/X11/extensions -xext_HEADERS = \ - dpmsconst.h \ - dpmsproto.h \ - ge.h \ - geproto.h \ - lbx.h \ - lbxproto.h \ - mitmiscconst.h \ - mitmiscproto.h \ - multibufconst.h \ - multibufproto.h \ - secur.h \ - securproto.h \ - shapeconst.h \ - shapeproto.h \ - shm.h \ - shmproto.h \ - syncconst.h \ - syncproto.h \ - ag.h \ - agproto.h \ - cup.h \ - cupproto.h \ - dbe.h \ - dbeproto.h \ - EVI.h \ - EVIproto.h \ - xtestext1proto.h \ - xtestext1const.h \ - xtestconst.h \ - xtestproto.h - -# -# These headers allow old servers to be built with -# new headers -# -compatdir = $(xextdir) -compat_HEADERS = \ - shapestr.h \ - shmstr.h \ - syncstr.h - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = xextproto.pc - -MAINTAINERCLEANFILES = ChangeLog INSTALL - -.PHONY: ChangeLog INSTALL - -INSTALL: - $(INSTALL_CMD) - -ChangeLog: - $(CHANGELOG_CMD) - -dist-hook: ChangeLog INSTALL |