diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-03-27 20:07:39 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-03-27 20:07:39 -0700 |
commit | 7a6eb7af07301afa6024368544174765d9df0088 (patch) | |
tree | c5ab221975978d078d0224a52944b425e8f6d58a | |
parent | f149891aea012ace76e63a08fe5ad19a47d9cd52 (diff) |
Build fix for file systems that are not case sensitive
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | app-defaults/XClock-color.ad (renamed from XClock-color.ad) | 0 | ||||
-rw-r--r-- | app-defaults/XClock.ad (renamed from XClock.ad) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d912e15..02f9104 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,8 +39,8 @@ appdefaultdir = @appdefaultdir@ APPDEFAULTFILES = \ - XClock-color \ - XClock + app-defaults/XClock-color \ + app-defaults/XClock SUFFIXES = .ad diff --git a/XClock-color.ad b/app-defaults/XClock-color.ad index ec857f6..ec857f6 100644 --- a/XClock-color.ad +++ b/app-defaults/XClock-color.ad diff --git a/XClock.ad b/app-defaults/XClock.ad index 971ae2d..971ae2d 100644 --- a/XClock.ad +++ b/app-defaults/XClock.ad |