diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-11 16:04:51 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-11 16:04:51 +0200 |
commit | a560e79a5048ea7b9062e4a1f3b5dce7a03e81c4 (patch) | |
tree | 06f010a1023ac19a1640fee75c321e38ffdd2458 /src/include/Makefile.am | |
parent | 239aaf53d49a6c6f23e060d14d69f6aa135380d7 (diff) |
addig gauger.h to build to avoid FTBFS
Diffstat (limited to 'src/include/Makefile.am')
-rw-r--r-- | src/include/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am index 9c3ee9071..1007c1d42 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -23,3 +23,5 @@ talerinclude_HEADERS = \ taler_signatures.h endif + +EXTRA_DIST = gauger.h |