summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-30 13:06:22 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-30 13:06:22 +0000
commitfc5434abea61b75e844844231a15f67d42642b16 (patch)
treef60680ad82688038b66b9d1bf1096961fc63774b
parent402488d4ad2ad77ab200092164e8e2035a4ed785 (diff)
Fix call of mkg3states remove -no-undefined since liblbxutil has external
references to Xfree and Xalloc
-rw-r--r--ChangeLog7
-rw-r--r--src/Makefile.am4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b661c06..3ba1067 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-30 Alexander Gottwald <ago at freedesktop dot org>
+
+ * src/Makefile.am:
+ Fix call of mkg3states
+ remove -no-undefined since liblbxutil has external references to Xfree
+ and Xalloc
+
2005-05-17 <ssp@aware-of-vacuity.boston.redhat.com>
* configure.ac: Remove rest of half-removed if statement
diff --git a/src/Makefile.am b/src/Makefile.am
index 3dbd352..4300845 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,7 +29,7 @@ liblbxutil_la_LIBADD = @DEP_LIBS@
INCLUDES = @DEP_CFLAGS@
g3states.h: mkg3states
- mkg3states > g3states.h
+ ./mkg3states > g3states.h_ && mv g3states.h_ g3states.h
#
# Library version info. Check the libtool docs for
@@ -41,6 +41,6 @@ LBXUTIL_CURRENT=2
LBXUTIL_REVISION=0
# bump when the ABI changes in backward-compatible fashion
LBXUTIL_AGE=2
-liblbxutil_la_LDFLAGS = -version-info ${LBXUTIL_CURRENT}:${LBXUTIL_REVISION}:${LBXUTIL_AGE} -no-undefined
+liblbxutil_la_LDFLAGS = -version-info ${LBXUTIL_CURRENT}:${LBXUTIL_REVISION}:${LBXUTIL_AGE}
CLEANFILES = g3states.h