Remove command line PACKAGE definition (already done in lasso_config.h).

This commit is contained in:
Romain Chantereay 2004-08-05 15:12:06 +00:00
parent 491d441e65
commit b29c3b78c4
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,6 @@ SUBDIRS = xml protocols environs
liblassoincludedir = $(includedir)/lasso
INCLUDES = \
-DPACKAGE=\"@PACKAGE@\" \
-I$(top_srcdir) \
-I$(top_srcdir)/lasso \
$(LASSO_DEFINES) \
@ -54,6 +53,9 @@ liblasso_la_LIBADD = \
$(NULL)
endif
# Just make damn sure the ABI stays the same between
# upgrades.
# Obviously if you don't, fixing the situation up again can be painful.
liblasso_la_LDFLAGS = \
-no-undefined -version-info @LASSO_VERSION_INFO@ \
$(NULL)