diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-03-27 19:22:22 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-03-27 19:22:22 -0700 |
commit | 8003d22d2c12fe47d1fc06216c60dc813ed39f98 (patch) | |
tree | b3f80fd0ff94b8aa6ed787807d69ed8da6dcd2e7 /Makefile.am | |
parent | 088006f9bb62db2523117dac568d028bd96db488 (diff) |
Build fix for case-insensitive file systems
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index fd39304..5bc20ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,9 +66,9 @@ appman_PRE = \ appdefaultdir = @appdefaultdir@ APPDEFAULTFILES = \ - Bitmap-color \ - Bitmap-nocase \ - Bitmap + app-defaults/Bitmap-color \ + app-defaults/Bitmap-nocase \ + app-defaults/Bitmap SUFFIXES = .ad |