diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-03-23 00:06:56 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2006-03-23 00:06:56 +0000 |
commit | 673e4d7501861066fdd0874919a4524b820b944b (patch) | |
tree | e048817897d7e99f3697ea0bac2ccc0a6f39ced1 | |
parent | 5dcb4152dca6ac1fe9342f44eb48c0198b15772e (diff) |
Add atipciids.h.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/Makefile.am | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2006-03-22 Kristian Høgsberg <krh@redhat.com> + * src/Makefile.am (EXTRA_DIST): Add atipciids.h. + * src/theatre200.c: Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libc symbols directly. The xf86* versions aren't supposed to be used directly. diff --git a/src/Makefile.am b/src/Makefile.am index 67fff56..22172a7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -191,4 +191,5 @@ EXTRA_DIST = \ theatre200.h \ theatre_detect.h \ theatre.h \ - theatre_reg.h + theatre_reg.h \ + atipciids.h |