diff options
author | Adam Jackson <ajax@redhat.com> | 2008-03-07 17:10:30 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-03-07 17:10:30 -0500 |
commit | 996fea2fb1ae1e419e673b89cc3778e371a29324 (patch) | |
tree | 39e25f499dfacbe3120fd7fb2a6c699bc1543bb2 | |
parent | 87a8f18c334b3e5819f92d0f8f37cc41987486d4 (diff) |
Fix distcheck.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fe5f18e..dacdefd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -151,7 +151,7 @@ chooser_SOURCES = \ # App default files (*.ad) -appdefaultdir = @appdefaultdir@ +appdefaultdir = @DESTDIR@@appdefaultdir@ APPDEFAULTFILES = Chooser |