You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.2 KiB

  1. diff --git a/src/abe/Makefile.am b/src/abe/Makefile.am
  2. index 23a7ae68e..cccd3ccb0 100644
  3. --- a/src/abe/Makefile.am
  4. +++ b/src/abe/Makefile.am
  5. @@ -20,6 +20,8 @@ libgnunetabe_la_LIBADD = \
  6. $(LTLIBICONV) \
  7. $(LTLIBINTL) \
  8. $(ABE_LIBADD) \
  9. + $(top_builddir)/src/util/libgnunetutil.la \
  10. + -lgmp \
  11. -lgabe \
  12. -lpbc \
  13. -lglib-2.0 \
  14. diff --git a/src/reclaim/Makefile.am b/src/reclaim/Makefile.am
  15. index 13918508e..be50cce26 100644
  16. --- a/src/reclaim/Makefile.am
  17. +++ b/src/reclaim/Makefile.am
  18. @@ -99,6 +99,7 @@ libgnunet_plugin_reclaim_sqlite_la_LIBADD = \
  19. libgnunetreclaim.la \
  20. $(top_builddir)/src/sq/libgnunetsq.la \
  21. $(top_builddir)/src/statistics/libgnunetstatistics.la \
  22. + $(top_builddir)/src/reclaim-attribute/libgnunetreclaimattribute.la \
  23. $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \
  24. $(LTLIBINTL)
  25. libgnunet_plugin_reclaim_sqlite_la_LDFLAGS = \
  26. @@ -126,6 +127,7 @@ libgnunetreclaim_la_SOURCES = \
  27. reclaim.h
  28. libgnunetreclaim_la_LIBADD = \
  29. $(top_builddir)/src/util/libgnunetutil.la \
  30. + $(top_builddir)/src/reclaim-attribute/libgnunetreclaimattribute.la \
  31. $(GN_LIBINTL) $(XLIB)
  32. libgnunetreclaim_la_LDFLAGS = \
  33. $(GN_LIB_LDFLAGS) $(WINFLAGS) \