Skip to content

Commit

Permalink
Including configurable config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Guisasola committed Jun 6, 2005
1 parent b4e6d05 commit dfb8c1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions makefile
@@ -1,7 +1,8 @@
T= lxp
V= 1.0.1
CONFIG= ./config

include ./config
include $(CONFIG)


lib: src/$(LIBNAME)
Expand All @@ -22,4 +23,4 @@ install:
clean:
rm -f src/$(LIBNAME) src/lxplib.o $(COMPAT_DIR)/compat-5.1.o

# $Id: makefile,v 1.27 2005-06-05 00:29:27 tomas Exp $
# $Id: makefile,v 1.28 2005-06-06 20:25:23 tomas Exp $

0 comments on commit dfb8c1f

Please sign in to comment.