diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 07:55:00 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 07:55:00 +0000 |
commit | 401e4580d6dd9867a691045688680ce410f84cb5 (patch) | |
tree | 14e00838100130aa3fb1ba139a926eeeec1e8595 /include/Makefile.am | |
parent | 46b64bd5c66abb1bb9f3538c887d10867607bfff (diff) |
Move misc.h and os.h from proto/X11 to xserver/xorg/include.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 7c14785e4..3d0185ae0 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -23,8 +23,10 @@ sdk_HEADERS = \ globals.h \ input.h \ inputstr.h \ + misc.h \ miscstruct.h \ opaque.h \ + os.h \ pixmap.h \ pixmapstr.h \ property.h \ |