Ubuntu Pastebin

Paste from ubuntu at Thu, 7 Jan 2016 14:36:33 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: link convenience library against the main one.
Author: Dimitri John Ledkov <xnox@ubuntu.com>

--- a/common/toolcommon/Makefile.am
+++ b/common/toolcommon/Makefile.am
@@ -19,3 +19,5 @@
 	tool-config-file-common.h \
 	tool-cmdline-common.c \
 	tool-cmdline-common.h
+
+libtoolcommon_la_LIBADD = $(top_builddir)/libfreeipmi/libfreeipmi.la
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,8 +5,8 @@
 SUBDIRS = \
 	doc \
 	etc \
-	common \
 	libfreeipmi \
+	common \
 	libipmiconsole \
 	libipmimonitoring \
 	libipmidetect \
Download as text