diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-29 13:31:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-29 13:31:37 +0200 |
commit | 9d1a8ca5c362289dc15cb541bcb60ce7216e7301 (patch) | |
tree | e8dd24857bc2c1cce4aba0350daf1f381c7cffcb | |
parent | 435950ee10fc3d58f7ff992a2c2a2a3f73efa806 (diff) | |
download | anastasis-9d1a8ca5c362289dc15cb541bcb60ce7216e7301.tar.gz anastasis-9d1a8ca5c362289dc15cb541bcb60ce7216e7301.zip |
fix DIST rules
-rw-r--r-- | src/authorization/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/authorization/Makefile.am b/src/authorization/Makefile.am index c99c6b4..b42ae4b 100644 --- a/src/authorization/Makefile.am +++ b/src/authorization/Makefile.am | |||
@@ -21,6 +21,8 @@ pkgdata_DATA = \ | |||
21 | 21 | ||
22 | EXTRA_DIST = \ | 22 | EXTRA_DIST = \ |
23 | $(pkgdata_DATA) \ | 23 | $(pkgdata_DATA) \ |
24 | $(cfg_DATA) \ | ||
25 | $(bin_SCRIPTS) \ | ||
24 | iban.h iban.c | 26 | iban.h iban.c |
25 | 27 | ||
26 | 28 | ||