diff options
author | Adam Jackson <ajax@redhat.com> | 2018-01-12 15:32:13 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-01-16 11:13:08 -0500 |
commit | 3d12b8f34843300febcf483c8e800273c6a15a69 (patch) | |
tree | 3244176c16302ad92f3aa17cb3143e48e4c5c076 /Makefile.am | |
parent | c649a2edc134bf8f96d24e8191ab93e0d366402e (diff) |
Move COPYING files up to the top level
... and distribute them.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1e0f6b3..5c220fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -451,3 +451,42 @@ dist_doc_DATA = \ renderproto.txt \ resproto.txt \ xv-protocol-v2.txt + +EXTRA_DIST = \ + COPYING-applewmproto \ + COPYING-bigreqsproto \ + COPYING-compositeproto \ + COPYING-damageproto \ + COPYING-dmxproto \ + COPYING-dri2proto \ + COPYING-dri3proto \ + COPYING-evieproto \ + COPYING-fixesproto \ + COPYING-fontcacheproto \ + COPYING-fontsproto \ + COPYING-glproto \ + COPYING-inputproto \ + COPYING-kbproto \ + COPYING-lg3dproto \ + COPYING-panoramixproto \ + COPYING-pmproto \ + COPYING-presentproto \ + COPYING-printproto \ + COPYING-randrproto \ + COPYING-recordproto \ + COPYING-renderproto \ + COPYING-resourceproto \ + COPYING-scrnsaverproto \ + COPYING-trapproto \ + COPYING-videoproto \ + COPYING-windowswmproto \ + COPYING-x11proto \ + COPYING-xcmiscproto \ + COPYING-xextproto \ + COPYING-xf86bigfontproto \ + COPYING-xf86dgaproto \ + COPYING-xf86driproto \ + COPYING-xf86miscproto \ + COPYING-xf86rushproto \ + COPYING-xf86vidmodeproto \ + COPYING-xineramaproto |