summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2019-02-23Restore generation of specs from docbook in autotools buildsAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-02-11Combine *_EXTRA_DIST into EXTRA_DIST in Makefile.amAlan Coopersmith
automake only recognizes EXTRA_DIST - but it looked like it worked since the *.pc.in were included since they're listed in configure.ac, unless you tried building from the tarballs with --enable-legacy, and then it broke. Also adds --enable-legacy to the flags that "make distcheck" uses to configure, to catch problems like this. Fixes: https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues/12 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2019-02-06Remove COPYING-panoramixprotoAdam Jackson
panoramixproto never had any real content, that was all in xineramaproto instead.
2018-11-19Update README for gitlab migrationAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-03-27Fix MAN_SUBSTS libdir replacementsJulien Cristau
__libdir__ doesn't seem to actually be used anywhere in the man page, but... Signed-off-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Adam Jackson <ajax@redhat.com>
2018-03-27PROXY_MANAGEMENT, DEC-XTRAP and XFree86-Misc are legacyJulien Cristau
Signed-off-by: Julien Cristau <jcristau@debian.org> Acked-By: Adam Jackson <ajax@redhat.com>
2018-02-20Fix Makefile.am definition of XCalibrate headersKeith Packard
A missing backslash caused the XCalibrateinclude_HEADERS value to be empty. Thanks. autotools, for not detecting this. Signed-off-by: Keith Packard <keithp@keithp.com>
2018-02-12autotools: Distribute the meson build systemAdam Jackson
Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-02-01xproto: Stop generating Xfuncproto.hAdam Jackson
This no longer varies at compile time, yay. Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-30Move the headers under include/X11/...Adam Jackson
I kinda hate to do this, it was nice to have everything in one place. However, the meson build wants to be able to wrap this module as a dependency, and code that depends on these headers includes them in the form: #include <X11/Xfuncproto.h> As a result, any include path meson can construct needs to point to the root of a hierarchy that has the same path layout as an installed copy, hence this change. Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-16Move COPYING files up to the top levelAdam Jackson
... and distribute them. Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-16Install pc files in $datadir not $libdirAdam Jackson
There's nothing arch-specific about any of this. Signed-off-by: Adam Jackson <ajax@redhat.com>
2018-01-16build: Hide some ancient headers behind --enable-legacyAdam Jackson
Use this if you need calibrate, evie, fontcache, lg3d, or print. Signed-off-by: Adam Jackson <ajax@redhat.com>
2017-12-13Create shared build infrastructureKeith Packard
Signed-off-by: Keith Packard <keithp@keithp.com>
2017-12-13Move common xineramaproto files out of the wayKeith Packard
2010-03-28config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-22Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-11-15Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-11-15Makefile.am: INSTALL file is missing or incorrect #24206Gaetan Nadon
The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target
2009-01-27Janitor: Correct make distcheck and dont distribute autogen.shPaulo Cesar Pereira de Andrade
2008-05-19Remove panoramiXext.h and Xinerama.h. Xlib headers and don't belong here.Peter Hutterer
For furture amendmends to these files please refer to git://anongit.freedesktop.org/git/xorg/lib/libXinerama
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos
2005-08-18Xinerama protocol module should be named Xinerama, not PanoramixAlan Coopersmith
2005-05-09Change all the protonames from <extension>Ext to <extension>Proto.Søren Sandmann Pedersen
2005-05-06Initial build system files for proto module.Kevin E Martin