diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 6 | ||||
| -rw-r--r-- | lib/lanplus/Makefile.am | 2 | ||||
| -rw-r--r-- | lib/lanplus/Makefile.in | 5 | ||||
| -rw-r--r-- | lib/libipmiutil.pc | 2 |
4 files changed, 8 insertions, 7 deletions
diff --git a/lib/Makefile b/lib/Makefile index 6a56bf7..65016d7 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -115,9 +115,9 @@ OTOOL64 = PACKAGE = ipmiutil PACKAGE_BUGREPORT = PACKAGE_NAME = ipmiutil -PACKAGE_STRING = ipmiutil 3.2.1 +PACKAGE_STRING = ipmiutil 3.2.2 PACKAGE_TARNAME = ipmiutil -PACKAGE_VERSION = 3.2.1 +PACKAGE_VERSION = 3.2.2 PATH_SEPARATOR = : PKG_DIR = /root/rpmbuild RANLIB = ranlib @@ -129,7 +129,7 @@ SHR_LINK = libipmiutil.so.1 STRIP = strip SUBDIR_S = scripts lib util doc SYSTEMD_DIR = /usr/share/ipmiutil -VERSION = 3.2.1 +VERSION = 3.2.2 abs_builddir = /root/ipmiutil/src/lib abs_srcdir = /root/ipmiutil/src/lib abs_top_builddir = /root/ipmiutil/src diff --git a/lib/lanplus/Makefile.am b/lib/lanplus/Makefile.am index 99eaf7f..94ae3ca 100644 --- a/lib/lanplus/Makefile.am +++ b/lib/lanplus/Makefile.am @@ -20,7 +20,7 @@ libipmi_lanplus_a_SOURCES = lanplus.c lanplus.h rmcp.h asf.h \ lib_LTLIBRARIES = # lib_LTLIBRARIES = libipmi_lanplus.la -libipmi_lanplus_la_LIBADD = -lcrypto +# libipmi_lanplus_la_LIBADD = -lcrypto # libipmi_lanplus_la_SOURCES = lanplus.c lanplus.h rmcp.h asf.h \ # lanplus_dump.c lanplus_dump.h \ diff --git a/lib/lanplus/Makefile.in b/lib/lanplus/Makefile.in index a83287d..e09f0ab 100644 --- a/lib/lanplus/Makefile.in +++ b/lib/lanplus/Makefile.in @@ -246,8 +246,6 @@ libipmi_lanplus_a_SOURCES = lanplus.c lanplus.h rmcp.h asf.h \ helper.c ipmi_strings.c lib_LTLIBRARIES = -# lib_LTLIBRARIES = libipmi_lanplus.la -libipmi_lanplus_la_LIBADD = -lcrypto all: all-am .SUFFIXES: @@ -560,6 +558,9 @@ uninstall-am: uninstall-libLTLIBRARIES mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags uninstall uninstall-am uninstall-libLTLIBRARIES +# lib_LTLIBRARIES = libipmi_lanplus.la + +# libipmi_lanplus_la_LIBADD = -lcrypto # libipmi_lanplus_la_SOURCES = lanplus.c lanplus.h rmcp.h asf.h \ # lanplus_dump.c lanplus_dump.h \ diff --git a/lib/libipmiutil.pc b/lib/libipmiutil.pc index 71b3b13..aa88280 100644 --- a/lib/libipmiutil.pc +++ b/lib/libipmiutil.pc @@ -8,6 +8,6 @@ nutuser=@RUN_AS_USER@ Name: libipmiutil Description: Library for ipmiutil -Version: 3.2.1 +Version: 3.2.2 Libs: -L${libdir} -lipmi_lanplus Cflags: -I${includedir} |
