* make muile work for mu 1.8 (and before?) to some extent...

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-18 22:13:21 +03:00
parent edebc8d07b
commit 79eb1affe6
2 changed files with 26 additions and 15 deletions

View File

@ -46,11 +46,10 @@ XFILES= \
mu-guile-msg.x \
mu-guile-store.x
BUILT_SOURCES=$(XFILES) $(DOCFILES)
BUILT_SOURCES=$(XFILES)
snarfcppopts= $(DEFS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $(INCLUDES)
SUFFIXES = .x
SUFFIXES = .x .doc
.c.x:
$(GUILE_SNARF) -o $@ $< $(snarfcppopts)