aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/meson.build')
-rw-r--r--libcrystfel/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/meson.build b/libcrystfel/meson.build
index 51ed20bd..244fc4cc 100644
--- a/libcrystfel/meson.build
+++ b/libcrystfel/meson.build
@@ -126,7 +126,8 @@ libcrystfel = library('crystfel', [libcrystfel_sources, libcrystfel_versionc],
install : true)
libcrystfeldep = declare_dependency(include_directories : libcrystfel_includes,
- link_with : libcrystfel)
+ link_with : libcrystfel,
+ dependencies: gsldep)
install_headers(['src/reflist.h',