summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-06-15 14:50:10 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-06-15 14:50:10 -0400
commit67fa02d918fb67040c3adc5648a90fe8bcbfcb7e (patch)
treeea89d29c585dafe220d447bb0bd3cd5a2116f99f
parent69fa341d9ba5e5d4a2ca23b69a2faba2a2e2f641 (diff)
Fix dist target
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3dfc92d..7d43e88 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,3 +48,7 @@ liburweb_crypto_hash_openssl_la_LIBADD = -lurweb
liburweb_crypto_hash_openssl_la_LDFLAGS = -export-symbols-regex '^uw_HashFFI_'
liburweb_crypto_hash_openssl_ladir = $(datadir)/urweb/ur/crypto-hash-openssl
+
+EXTRA_DIST = \
+ LICENSE \
+ $(liburweb_crypto_hash_openssl_la_DATA)