summaryrefslogtreecommitdiff
path: root/libmu_scm/Makefile.am
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@gnu.org>2001-10-13 01:01:56 +0000
committerJeff Bailey <jbailey@gnu.org>2001-10-13 01:01:56 +0000
commitc147308fb5509a29599a7db29838bd3a94045ed5 (patch)
tree64c5058b31841cd84799a9d5fe8308793b56c0a9 /libmu_scm/Makefile.am
parent4fcac3a37d08298816245c759201045912d1dcfd (diff)
downloadmailutils-c147308fb5509a29599a7db29838bd3a94045ed5.tar.gz
mailutils-c147308fb5509a29599a7db29838bd3a94045ed5.tar.bz2
Fixes for RO srcdir
Diffstat (limited to 'libmu_scm/Makefile.am')
-rw-r--r--libmu_scm/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index 8cda2cdc3..1f3ecb5ba 100644
--- a/libmu_scm/Makefile.am
+++ b/libmu_scm/Makefile.am
@@ -1,5 +1,5 @@
AUTOMAKE_OPTIONS = ../lib/ansi2knr
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
+INCLUDES =-I$(CURDIR) -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
noinst_LIBRARIES=@MU_SCM@
EXTRA_LIBRARIES=libmu_scm.a
@@ -21,6 +21,8 @@ DOT_DOC_FILES=mu_address.doc mu_body.doc mu_mailbox.doc mu_message.doc \
mu_mime.doc mu_logger.doc mu_port.doc mu_scm.doc
BUILT_SOURCES=@GUILE_BUILT_SOURCES@
+DISTCLEANFILES=$(DOT_X_FILES) $(DOT_DOC_FILES)
+
CPPFLAGS=-DDATADIR=\"$(pkgdatadir)\"
ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' \
--regex='/[ \t]*SCM_[G]?DEFINE1?[ \t]*(\([^,]*\),[^,]*/\1/'

Return to:

Send suggestions and report system problems to the System administrator.