diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-12-06 23:21:15 +0200 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-12-06 23:24:24 +0200 |
commit | 0c5dab5c8eaa174f28054b9d20244a709c015210 (patch) | |
tree | 60025dcb30d9565dbe22bf0a639334a188734e3e /include/Makefile.am | |
parent | 72e7f2ac6cf0db474d0defa7918f2a3ba76c0e46 (diff) |
config: move config.h to hotplug.h
Also, move configInitialise to after OsInit, since the next commit will
make it use a timer.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 9f07fa650..4289b818d 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -7,7 +7,7 @@ sdk_HEADERS = \ closure.h \ colormap.h \ colormapst.h \ - config.h \ + hotplug.h \ cursor.h \ cursorstr.h \ dix.h \ |