diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-26 12:22:26 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-26 12:22:26 +0100 |
commit | ae917eeee0a3100538cf71972a0cadcc80098d80 (patch) | |
tree | b974e974b53cc258aa24adc448c1df4cbc0d9e49 /src/util/Makefile.am | |
parent | d4506f8a041385f7695b04b1ddfacb894d05da5c (diff) |
intermediary commit, breaking the build by starting to move towards variable-size GNUnet signatures instead of fixed-size signatures; much broken now
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 480b07a70..d280cfd04 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -6,8 +6,7 @@ lib_LTLIBRARIES = \ libtalerutil_la_SOURCES = \ util.c \ json.c \ - db.c \ - rsa.c + db.c libtalerutil_la_LIBADD = \ -lgnunetutil \ |