diff options
author | Adam Jackson <ajax@redhat.com> | 2018-02-01 14:55:30 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-02-01 14:55:30 -0500 |
commit | 7409bb66128a2ed853825132d5a0a9376574c97d (patch) | |
tree | 4330fcd32cb3675fdb8fcefd80ccd9be6ae45ea6 /Makefile.am | |
parent | c9120fbdcec3bd8b52d97dd8a91e6e02b36c374e (diff) |
xproto: Stop generating Xfuncproto.h
This no longer varies at compile time, yay.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9074747..f351d96 100644 --- a/Makefile.am +++ b/Makefile.am @@ -308,6 +308,7 @@ xproto_HEADERS = \ include/X11/Xatom.h \ include/X11/Xdefs.h \ include/X11/XF86keysym.h \ + include/X11/Xfuncproto.h \ include/X11/Xfuncs.h \ include/X11/X.h \ include/X11/Xmd.h \ @@ -323,7 +324,6 @@ xproto_HEADERS = \ include/X11/Xwinsock.h nodist_xproto_HEADERS = \ - include/X11/Xfuncproto.h \ include/X11/Xpoll.h x11protopkgconfigdir = $(datadir)/pkgconfig |