diff options
author | Julien Cristau <jcristau@debian.org> | 2008-07-07 13:14:49 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-07-07 13:14:49 +0200 |
commit | d8af9d9ab1cd98c07fdf42490dcc0cab3c655b89 (patch) | |
tree | 8c5fb010abc98f1150b9b37f6e9f0bb6831eecf8 | |
parent | d78bebb20a00e8519788c75c90b467a5750c78be (diff) |
Export xkbfile.h in the SDK
It's needed by xkbsrv.h
-rw-r--r-- | include/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 7d5fee70b..5edefe7b5 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -50,6 +50,7 @@ sdk_HEADERS = \ validate.h \ window.h \ windowstr.h \ + xkbfile.h \ xkbsrv.h \ xkbstr.h \ xorg-server.h @@ -58,4 +59,4 @@ endif AM_CFLAGS = $(DIX_CFLAGS) EXTRA_DIST = $(sdk_HEADERS) do-not-use-config.h dix-config.h xorg-config.h \ - xkb-config.h xkbfile.h + xkb-config.h |