6777cb023e
"commit it!" landry@
28 lines
998 B
Plaintext
28 lines
998 B
Plaintext
$OpenBSD: patch-agent_helpers_Makefile_in,v 1.5 2010/10/25 22:59:12 sthen Exp $
|
|
--- agent/helpers/Makefile.in.orig Sun May 30 21:19:04 2010
|
|
+++ agent/helpers/Makefile.in Wed Oct 6 23:28:43 2010
|
|
@@ -16,13 +16,13 @@ top_builddir=../..
|
|
# What to install
|
|
#
|
|
|
|
-INSTALLLIBS=libnetsnmphelpers.$(LIB_EXTENSION)$(LIB_VERSION)
|
|
+INSTALLLIBS=libnetsnmphelpers.$(LIB_EXTENSION)$(LIBnetsnmphelpers_VERSION)
|
|
INCLUDESUBDIR=agent
|
|
|
|
#
|
|
# Build info
|
|
#
|
|
-HELPERLIB = libnetsnmphelpers.$(LIB_EXTENSION)$(LIB_VERSION)
|
|
+HELPERLIB = libnetsnmphelpers.$(LIB_EXTENSION)$(LIBnetsnmphelpers_VERSION)
|
|
# -I. -I.. -I../..
|
|
CPPFLAGS= $(TOP_INCLUDES) -I. $(AGENT_INCLUDES) $(MIBGROUP_INCLUDES) \
|
|
$(SNMPLIB_INCLUDES) @CPPFLAGS@
|
|
@@ -33,6 +33,6 @@ LOBJS = dummy.lo
|
|
|
|
all: standardall
|
|
|
|
-libnetsnmphelpers.$(LIB_EXTENSION)$(LIB_VERSION): $(LOBJS)
|
|
+libnetsnmphelpers.$(LIB_EXTENSION)$(LIBnetsnmphelpers_VERSION): $(LOBJS)
|
|
$(LIB_LD_CMD) $@ $(LOBJS) @LD_NO_UNDEFINED@ $(LDFLAGS) $(LIB_LD_LIBS)
|
|
$(RANLIB) $@
|