diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-09 17:47:34 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-09 17:47:34 +0000 |
commit | 29b5f846d261976f466d2c7181d6a75de670066b (patch) | |
tree | da39a8d978a4c34d902a7977ede868b44c2eaaa9 /Xext/Makefile.am | |
parent | 046234b3ebdfe221de9e87d70d287f69a6f59d6e (diff) |
Bug #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> Add
SecurityPolicy to EXTRA_DIST (Bill Crawford)
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index adce70f80..66cfbe4a7 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -44,7 +44,8 @@ endif EXTRA_DIST = \ appgroup.h \ xvdisp.h \ - README.xtest1-ddx + README.xtest1-ddx \ + SecurityPolicy # dmx.c has a hard dependency on the dmx DDX libXext_la_SOURCES = \ |