aboutsummaryrefslogtreecommitdiff
path: root/src/identity/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-24 15:54:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-24 15:54:21 +0000
commit0baf38e846d5a4cd5b5b4c2ec900762fceb87712 (patch)
tree0f54a86cd481c2ea93aea18e217b71a6a578114c /src/identity/Makefile.am
parent5d8db7e97036433978f995389eac3997dae282e1 (diff)
downloadgnunet-0baf38e846d5a4cd5b5b4c2ec900762fceb87712.tar.gz
gnunet-0baf38e846d5a4cd5b5b4c2ec900762fceb87712.zip
-more convenient API to lookup egos
Diffstat (limited to 'src/identity/Makefile.am')
-rw-r--r--src/identity/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index 29fded518..ff0ff2472 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -20,7 +20,9 @@ pkgcfg_DATA = \
20lib_LTLIBRARIES = libgnunetidentity.la 20lib_LTLIBRARIES = libgnunetidentity.la
21 21
22libgnunetidentity_la_SOURCES = \ 22libgnunetidentity_la_SOURCES = \
23 identity_api.c identity.h 23 identity_api.c \
24 identity_api_lookup.c \
25 identity.h
24libgnunetidentity_la_LIBADD = \ 26libgnunetidentity_la_LIBADD = \
25 $(top_builddir)/src/util/libgnunetutil.la \ 27 $(top_builddir)/src/util/libgnunetutil.la \
26 $(GN_LIBINTL) $(XLIB) 28 $(GN_LIBINTL) $(XLIB)