diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-17 17:12:58 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-17 17:12:58 +0000 |
| commit | c613c52c2796282a12918160b66632ef401d0374 (patch) | |
| tree | 61dec18fe9a3c6e39e6a21a200c5e16ce430d304 | |
| parent | 40011072329bcb4344aceee0fd4040710f7f9f86 (diff) | |
| download | lasso-c613c52c2796282a12918160b66632ef401d0374.tar.gz lasso-c613c52c2796282a12918160b66632ef401d0374.tar.xz lasso-c613c52c2796282a12918160b66632ef401d0374.zip | |
define LASSO_INTERNALS in lasso/
| -rw-r--r-- | lasso/Makefile.am | 2 |
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) \ |
