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 | |
parent | 088006f9bb62db2523117dac568d028bd96db488 (diff) |
Build fix for case-insensitive file systems
-rw-r--r-- | Makefile.am | 6 | ||||
-rw-r--r-- | app-defaults/Bitmap-color.ad (renamed from Bitmap-color.ad) | 0 | ||||
-rw-r--r-- | app-defaults/Bitmap-nocase.ad (renamed from Bitmap-nocase.ad) | 0 | ||||
-rw-r--r-- | app-defaults/Bitmap.ad (renamed from Bitmap.ad) | 0 |
4 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 diff --git a/Bitmap-color.ad b/app-defaults/Bitmap-color.ad index bd88b6e..bd88b6e 100644 --- a/Bitmap-color.ad +++ b/app-defaults/Bitmap-color.ad diff --git a/Bitmap-nocase.ad b/app-defaults/Bitmap-nocase.ad index cfa6b83..cfa6b83 100644 --- a/Bitmap-nocase.ad +++ b/app-defaults/Bitmap-nocase.ad diff --git a/Bitmap.ad b/app-defaults/Bitmap.ad index 5047c12..5047c12 100644 --- a/Bitmap.ad +++ b/app-defaults/Bitmap.ad |