dissect-sysfile: Move to new "utilities" directory as "pspp-dump-sav".
[pspp] / Makefile.am
index 6cffa402776cf5f4fb5f8f5064d64edada8f74ba..bed99f40c9a44a023f0423083e2c3109f60123e2 100644 (file)
@@ -45,6 +45,7 @@ INSTALL_DATA_HOOKS =
 UNINSTALL_DATA_HOOKS =
 PHONY =
 SUFFIXES = .q
+LDADD = gl/libgl.la
 
 generate-changelog:
        if test -d $(top_srcdir)/.git; then                     \
@@ -62,6 +63,7 @@ include $(top_srcdir)/lib/automake.mk
 include $(top_srcdir)/doc/automake.mk
 include $(top_srcdir)/examples/automake.mk
 include $(top_srcdir)/src/automake.mk
+include $(top_srcdir)/utilities/automake.mk
 
 include $(top_srcdir)/tests/automake.mk