diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-12 20:33:01 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-12 20:33:01 -0200 |
commit | bb19bb3d1dd5bb9c0070f867324f740894c76887 (patch) | |
tree | a4912225b7d9f1e5f3fc1a47e604ff25781f96dc /Makefile.am | |
parent | e7d66545e71cdd223761ce14416cbebccbd6dd75 (diff) |
Correct problems in make distcheck.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 24aabef..ee22432 100644 --- a/Makefile.am +++ b/Makefile.am @@ -163,6 +163,8 @@ lisp_re_tests_SOURCES = lisp/re/tests.c # App default files +DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults + appdefaultdir = @appdefaultdir@ appdefault_DATA = \ app-defaults/Xedit-color \ |