summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-17 17:12:58 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-17 17:12:58 +0000
commitc613c52c2796282a12918160b66632ef401d0374 (patch)
tree61dec18fe9a3c6e39e6a21a200c5e16ce430d304
parent40011072329bcb4344aceee0fd4040710f7f9f86 (diff)
downloadlasso-c613c52c2796282a12918160b66632ef401d0374.tar.gz
lasso-c613c52c2796282a12918160b66632ef401d0374.tar.xz
lasso-c613c52c2796282a12918160b66632ef401d0374.zip
define LASSO_INTERNALS in lasso/
-rw-r--r--lasso/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/Makefile.am b/lasso/Makefile.am
index 2075cd77..3882d07a 100644
--- a/lasso/Makefile.am
+++ b/lasso/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = xml id-ff id-wsf
liblassoincludedir = $(includedir)/lasso
-INCLUDES = -I$(top_srcdir) $(LASSO_DEFINES) $(LASSO_CFLAGS)
+INCLUDES = -I$(top_srcdir) $(LASSO_DEFINES) $(LASSO_CFLAGS) -DLASSO_INTERNALS
## Added to activate libtool 1.5.6 windows resources partial support
LTRCCOMPILE = $(LIBTOOL) --tag=RC --mode=compile $(RC) \