summaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-20 09:46:17 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-20 09:46:17 +0000
commitd1a6ec76784172d0f65359891833b1e4b2d6131e (patch)
tree8dd76b93a23aa669e27781c1e86ec6b0eee1aac1 /php
parent42e6495ad11c6b6a4265e7ad378ba4dfde0e6df8 (diff)
downloadlasso-d1a6ec76784172d0f65359891833b1e4b2d6131e.tar.gz
lasso-d1a6ec76784172d0f65359891833b1e4b2d6131e.tar.xz
lasso-d1a6ec76784172d0f65359891833b1e4b2d6131e.zip
cleaned Makefile.am (I'm curious about the NULL= idiom; where did it come from ?)
Diffstat (limited to 'php')
-rw-r--r--php/Makefile.am13
1 files changed, 4 insertions, 9 deletions
diff --git a/php/Makefile.am b/php/Makefile.am
index 5938b586..42b89216 100644
--- a/php/Makefile.am
+++ b/php/Makefile.am
@@ -10,8 +10,7 @@ INCLUDES = \
-I$(top_srcdir)/lasso \
$(LASSO_DEFINES) \
$(LASSO_CFLAGS) \
- $(PHP_INCLUDES) \
- $(NULL)
+ $(PHP_INCLUDES)
mylibs = $(top_builddir)/lasso/liblasso.la
@@ -21,15 +20,11 @@ LASSOSOURCES = \
lasso.h \
php_lasso.h
-lib_LTLIBRARIES = lasso.la \
- $(NULL)
+lib_LTLIBRARIES = lasso.la
prefix=@PHP_PREFIX@
libdir=@PHP_EXTENSION_DIR@
lasso_la_SOURCES = $(LASSOSOURCES)
-lasso_la_LIBADD = $(mylibs) \
- $(LASSO_LIBS) \
- ./environs/libenvirons.a \
- ./xml/libxml.a \
- $(NULL)
+lasso_la_LIBADD = $(mylibs) $(LASSO_LIBS) ./environs/libenvirons.a ./xml/libxml.a
+