diff options
author | Adam Jackson <ajax@redhat.com> | 2008-03-05 23:56:49 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-03-05 23:57:15 -0500 |
commit | 34b69e3bc0e6462eb60029fbcb4f5479494007a2 (patch) | |
tree | abe67475f018e1e5a63f688f00b8a15d56ff7a22 /include/Makefile.am | |
parent | d4101140f4e569f18554cf0cbf43138d08bd1277 (diff) |
Fix distcheck.
(cherry picked from commit 2a47accff8dccded4dfe031f9366c028ba927824)
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 0654b5788..673a97685 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -50,10 +50,10 @@ sdk_HEADERS = \ validate.h \ window.h \ windowstr.h \ - xkbsrv.h \ xorg-server.h endif AM_CFLAGS = $(DIX_CFLAGS) -EXTRA_DIST = $(sdk_HEADERS) do-not-use-config.h dix-config.h xorg-config.h +EXTRA_DIST = $(sdk_HEADERS) do-not-use-config.h dix-config.h xorg-config.h \ + xkb-config.h xkbfile.h xkbsrv.h xkbstr.h |