[w3m-dev 04045]

* Makefile.in (DEFUNS): need $(top_srcdir)
From: Akihiro Sagawa <sagawa@sohgoh.net>
This commit is contained in:
Fumitoshi UKAI
2004-03-21 15:09:56 +00:00
parent 680774783a
commit 3c6836071f
2 changed files with 7 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ HELP_TARGET=w3mhelp.html
HELP_ALLFILES=w3mhelp-w3m_en.html w3mhelp-w3m_ja.html \
w3mhelp-lynx_en.html w3mhelp-lynx_ja.html
DEFUNS=main.c menu.c
DEFUNS=$(top_srcdir)/main.c $(top_srcdir)/menu.c
SCRIPTSUBDIRS= scripts
SUBDIRS = $(SCRIPTSUBDIRS) w3mimg libwc po
.PHONY: $(SUBDIRS)