oping(8): Document the new `-f' option.
[liboping.git] / src / Makefile.am
index 1b440d4..8bd885c 100644 (file)
@@ -9,11 +9,26 @@ endif
 include_HEADERS = oping.h
 lib_LTLIBRARIES = liboping.la
 
-#liboping_la_CFLAGS = 
-liboping_la_LDFLAGS = -avoid-version
+# version-info: current:revision:age
+#
+# * If the library source code has changed at all since the last update, then
+#   increment revision (‘c:r:a’ becomes ‘c:r+1:a’).
+# * If any interfaces have been added, removed, or changed since the last
+#   update, increment current, and set revision to 0.
+# * If any interfaces have been added since the last public release, then
+#   increment age.
+# * If any interfaces have been removed since the last public release, then
+#   set age to 0. 
+#
+# <http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html>
+liboping_la_LDFLAGS = -version-info @LIBOPING_CURRENT@:@LIBOPING_REVISION@:@LIBOPING_AGE@
 if BUILD_WITH_LIBSOCKET
 liboping_la_LDFLAGS += -lsocket
 endif
+if BUILD_WITH_LIBXNET
+liboping_la_LDFLAGS += -lxnet
+endif
+
 liboping_la_SOURCES = oping.h liboping.c
 
 bin_PROGRAMS = oping