q2c: T_RPAREN should be T_LPAREN for matching a left parenthesis.
[pspp-builds.git] / src / automake.mk
index 4987a56c2da3183195e77be34e43e7e102eb8884..522664964c4126bbcce5d387d603fbd197ba02ad 100644 (file)
@@ -25,14 +25,13 @@ src_libpspp_core_la_LIBADD = \
 src_libpspp_la_SOURCES = 
 
 src_libpspp_la_CFLAGS = $(GSL_CFLAGS)
+src_libpspp_la_LDFLAGS = -release $(VERSION)
 
 src_libpspp_la_LIBADD = \
        src/language/liblanguage.la \
        src/math/libpspp-math.la \
        src/output/liboutput.la \
-        $(GSL_LIBS) \
-       gl/libgl.la
-
+        $(GSL_LIBS)
 
 include $(top_srcdir)/src/math/automake.mk
 include $(top_srcdir)/src/output/automake.mk