diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-08-21 15:17:23 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-08-21 15:17:23 +0000 |
commit | 4440df3d5ddffe5038b0354075e85c18fee57f3a (patch) | |
tree | 62a40f8b837c732624cbe2808d4145a32242b012 /src/core/Makefile.am | |
parent | 5a38c8f0d1826ea964e3e3452e1a3a2a24d7d35b (diff) |
removing deprecated, dead test-connected API
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r-- | src/core/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am index ebe1ae1ce1..b34cb5a442 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -22,8 +22,7 @@ lib_LTLIBRARIES = \ libgnunetcore_la_SOURCES = \ core_api.c core.h \ - core_api_iterate_peers.c \ - core_api_is_connected.c + core_api_iterate_peers.c libgnunetcore_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) $(XLIB) |