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 /Makefile.am | |
parent | f149891aea012ace76e63a08fe5ad19a47d9cd52 (diff) |
Build fix for file systems that are not case sensitive
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 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 |