diff options
-rw-r--r-- | Beforelight.ad | 1 | ||||
-rw-r--r-- | Makefile.am | 7 |
2 files changed, 4 insertions, 4 deletions
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) |