diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-10-10 08:02:30 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-10-10 08:02:30 +0000 |
commit | f0f1ce0017db9c6a06d1fdd8650ad01e11e8201b (patch) | |
tree | 6efb6d16c5cafff1f3c1acbd497e1826c4952ab6 /src/core/Makefile.am | |
parent | d1bd35b2c7b4bbac2fd1c253fce14404bb3a6329 (diff) |
core-new now compiles
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r-- | src/core/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 65883d5377..9c559f7643 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -26,6 +26,7 @@ libgnunetcore_la_LDFLAGS = \ bin_PROGRAMS = \ gnunet-service-core \ + gnunet-service-core-new \ gnunet-core-list-connections gnunet_service_core_SOURCES = \ |