diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-12-16 00:25:20 +0200 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-12-16 00:25:20 +0200 |
commit | 3bd9d369e233c203108eb0baa5bac570789b7f90 (patch) | |
tree | 460cb13b52f541efcff946a143833e8473f91d84 | |
parent | 6b4c7575f42499f84d0b71078539f059f7b9da1c (diff) |
Makefile.am: make appdefaultdir respect DESTDIR
... even if it won't be relative to $(prefix) or $(sysconfdir).
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d5ca4d0..176aeae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,8 +33,6 @@ appman_PRE = \ # App default files (*.ad) -appdefaultdir = @appdefaultdir@ - EXTRA_DIST = \ Beforelight.ad |