Fix build of pspp.xml
[pspp] / Makefile.am
index 3a71973ca3d635b3feaba04123246d30f16df2ed..565e730171d96499cd7a0e493ca05bbde695a0d7 100644 (file)
@@ -1,5 +1,5 @@
 ## PSPP - a program for statistical analysis.
-## Copyright (C) 2019 Free Software Foundation, Inc.
+## Copyright (C) 2019, 2020 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -66,6 +66,11 @@ PHONY =
 SUFFIXES = .q
 LDADD = gl/libgl.la
 
+gl/libgl.la: config.h
+       $(MAKE) -C gl
+
+dist: gl/libgl.la
+
 # This ensures that files added to EXTRA_DIST are always distributed,
 # even if they are inside an Automake if...endif conditional block that is
 # disabled by some particular "configure" run.  For more information, see: