summaryrefslogtreecommitdiff
path: root/src/inst/webid-oidc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/inst/webid-oidc/Makefile.am')
-rw-r--r--src/inst/webid-oidc/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inst/webid-oidc/Makefile.am b/src/inst/webid-oidc/Makefile.am
new file mode 100644
index 0000000..b76249e
--- /dev/null
+++ b/src/inst/webid-oidc/Makefile.am
@@ -0,0 +1,4 @@
+%reldir%/config.scm: $(top_builddir)/config.status
+ $(AM_V_GEN) mkdir -p %reldir% && (echo "(define-module (webid-oidc config))" ; \
+ echo "(define-public libdir \"$(libdir)\")") \
+ > $@-t && mv $@-t $@