Update required versions of the GSL and GTK libraries
[pspp-builds.git] / src / automake.mk
index 65806fd442ed28bb83d9d674cbe5932355881a49..4987a56c2da3183195e77be34e43e7e102eb8884 100644 (file)
@@ -24,12 +24,13 @@ src_libpspp_core_la_LIBADD = \
 
 src_libpspp_la_SOURCES = 
 
-src_libpspp_la_LDFLAGS = -release $(VERSION)
+src_libpspp_la_CFLAGS = $(GSL_CFLAGS)
 
 src_libpspp_la_LIBADD = \
        src/language/liblanguage.la \
        src/math/libpspp-math.la \
        src/output/liboutput.la \
+        $(GSL_LIBS) \
        gl/libgl.la