server/admin.c: Remove spurious `ping' in usage message.
[tripe] / vars.am
diff --git a/vars.am b/vars.am
index 7c686dd..6ef92b0 100644 (file)
--- a/vars.am
+++ b/vars.am
@@ -46,7 +46,7 @@ AM_CPPFLAGS           += $(TRIPE_INCLUDES)
 ### Miscellanous useful definitions.
 
 ## Libraries of common code.
-libtripe                = $(top_builddir)/common/libtripe.a
+libcommon               = $(top_builddir)/common/libcommon.a
 libpriv                         = $(top_builddir)/priv/libpriv.a
 
 ###--------------------------------------------------------------------------