diff options
| author | Christian Grothoff <christian@grothoff.org> | 2015-01-26 12:22:56 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2015-01-26 12:22:56 +0100 |
| commit | 52591a77f01fadfd748b01a4fd101e50bd473661 (patch) | |
| tree | 57a4aae90d96d19d91009d21a8161213ffcf0300 /src/lib | |
| parent | ae917eeee0a3100538cf71972a0cadcc80098d80 (diff) | |
| parent | 734fd0aa2ef46a718dcddf73fa45b898535b9756 (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/lib')
| -rw-r--r-- | src/lib/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 5c740fe2..8632fc15 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1,10 +1,9 @@ -AM_CPPFLAGS = -I$(top_srcdir)/src/include $(POSTGRESQL_CPPFLAGS) +AM_CPPFLAGS = -I$(top_srcdir)/src/include lib_LTLIBRARIES = \ libtalermint.la libtalermint_la_LDFLAGS = \ - $(POSTGRESQL_LDFLAGS) \ -version-info 0:0:0 \ -no-undefined @@ -16,10 +15,6 @@ libtalermint_la_LIBADD = \ -ljansson \ -lcurl -libtalermint_la_LDFLAGS = \ - -version-info 0:0:0 \ - -no-undefined - check_PROGRAMS = \ test_mint_api |
