From f069453dde853812267eacad6f07f0569ad4888c Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Sat, 8 Nov 2008 15:29:39 -0800 Subject: Buildfix for case insensitive file systems --- Beforelight.ad | 1 - Makefile.am | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 Beforelight.ad diff --git a/Beforelight.ad b/Beforelight.ad deleted file mode 100644 index 64677a0..0000000 --- a/Beforelight.ad +++ /dev/null @@ -1 +0,0 @@ -*label.label: Before Light - Keith's hack... diff --git a/Makefile.am b/Makefile.am index b15dd44..b642131 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ bin_PROGRAMS = beforelight -beforelight_CFLAGS = $(BEFORELIGHT_CFLAGS) +AM_CFLAGS = $(BEFORELIGHT_CFLAGS) beforelight_LDADD = $(BEFORELIGHT_LIBS) beforelight_SOURCES = \ @@ -34,14 +34,15 @@ appman_PRE = \ # App default files (*.ad) EXTRA_DIST = \ - Beforelight.ad + app-defaults/Beforelight.ad APPDEFAULTFILES = \ - Beforelight + app-defaults/Beforelight SUFFIXES = .ad .ad: + $(mkdir_p) app-defaults cp $< $@ appdefault_DATA = $(APPDEFAULTFILES) -- cgit v1.2.3