Skip to content
Snippets Groups Projects
Commit 560af621 authored by Raymond Toy's avatar Raymond Toy
Browse files

Update file paths for clx/extensions

Some files were moved to clx/extensions, so need to update the build
paths appropriately.
parent 286801fd
No related branches found
No related tags found
No related merge requests found
...@@ -68,16 +68,16 @@ ...@@ -68,16 +68,16 @@
(comf "target:clx/manager" :load t) (comf "target:clx/manager" :load t)
(comf "target:clx/image" :load t) (comf "target:clx/image" :load t)
(comf "target:clx/resource" :load t) (comf "target:clx/resource" :load t)
(comf "target:clx/shape" :load t) (comf "target:clx/extensions/shape" :load t)
(comf "target:clx/big-requests" :load t) (comf "target:clx/extensions/big-requests" :load t)
(comf "target:clx/xvidmode" :load t) (comf "target:clx/extensions/xvidmode" :load t)
(comf "target:clx/xrender" :load t) (comf "target:clx/extensions/xrender" :load t)
(comf "target:clx/glx" :load t) (comf "target:clx/extensions/glx" :load t)
(comf "target:clx/gl" :load t) (comf "target:clx/extensions/gl" :load t)
(comf "target:clx/dpms" :load t) (comf "target:clx/extensions/dpms" :load t)
(comf "target:clx/screensaver" :load t) (comf "target:clx/extensions/screensaver" :load t)
(comf "target:clx/xinerama" :load t) (comf "target:clx/extensions/xinerama" :load t)
(comf "target:clx/xtest" :load t)) (comf "target:clx/extensions/xtest" :load t))
(comf "target:code/clx-ext") (comf "target:code/clx-ext")
(comf "target:hemlock/charmacs" :load t) (comf "target:hemlock/charmacs" :load t)
(comf "target:hemlock/key-event" :load t) (comf "target:hemlock/key-event" :load t)
...@@ -109,16 +109,16 @@ ...@@ -109,16 +109,16 @@
"target:clx/manager" "target:clx/manager"
"target:clx/image" "target:clx/image"
"target:clx/resource" "target:clx/resource"
"target:clx/shape" "target:clx/extensions/shape"
"target:clx/big-requests" "target:clx/extensions/big-requests"
"target:clx/xvidmode" "target:clx/extensions/xvidmode"
"target:clx/xrender" "target:clx/extensions/xrender"
"target:clx/glx" "target:clx/extensions/glx"
"target:clx/gl" "target:clx/extensions/gl"
"target:clx/dpms" "target:clx/extensions/dpms"
"target:clx/screensaver" "target:clx/extensions/screensaver"
"target:clx/xinerama" "target:clx/extensions/xinerama"
"target:clx/xtest" "target:clx/extensions/xtest"
"target:code/clx-ext" "target:code/clx-ext"
"target:hemlock/charmacs" "target:hemlock/charmacs"
"target:hemlock/key-event" "target:hemlock/key-event"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment