Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
etnt committed Nov 19, 2005
1 parent 8d2e0f7 commit a00d774
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions lib/yfront/src/Makefile
Expand Up @@ -4,17 +4,19 @@ include ../../../support/include.mk
include ../vsn.mk
VSN=$(YFRONT_VSN)

YAWS_INC_DIR=/usr/local/lib/yaws/include

DEBUG=

DOCDIR=`pwd`

ERL=erl
ERLC=erlc
ERLC_FLAGS+=-W $(DEBUG)
ERLC_FLAGS+=-W $(DEBUG) -I $(YAWS_INC_DIR)
EMULATOR=beam


MODULES = wblog ymnesia wraplog
MODULES = yfront wblog ymnesia wraplog

EBIN = ../ebin
EBIN_FILES = $(MODULES:%=$(EBIN)/%.$(EMULATOR)) $(EBIN)/yfront.app
Expand Down
2 changes: 1 addition & 1 deletion lib/yfront/vsn.mk
@@ -1 +1 @@
YFRONT_VSN=0.1
YFRONT_VSN=0.2

0 comments on commit a00d774

Please sign in to comment.