Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 285305 | Differences between
and this patch

Collapse All | Expand All

(-)heartbeat-2.0.8.orig/membership/ccm/Makefile.am (+2 lines)
Lines 89-94 Link Here
89
89
90
libccmclient_la_SOURCES	= ccmlib_memapi.c ccmlib_eventapi.c ccmlib.h
90
libccmclient_la_SOURCES	= ccmlib_memapi.c ccmlib_eventapi.c ccmlib.h
91
libccmclient_la_LDFLAGS	= -version-info 1:0:0
91
libccmclient_la_LDFLAGS	= -version-info 1:0:0
92
libccmclient_la_LIBADD = $(top_builddir)/lib/clplumbing/libplumb.la
92
93
93
94
94
## library libclm.la
95
## library libclm.la
Lines 102-107 Link Here
102
## Add -DPOSIX_THREADS to CFLAGS to compile a thread-safe version library
103
## Add -DPOSIX_THREADS to CFLAGS to compile a thread-safe version library
103
libclm_la_CFLAGS	= -DHA_VARLIBDIR='"@HA_VARLIBDIR@"' -g #-DPOSIX_THREADS
104
libclm_la_CFLAGS	= -DHA_VARLIBDIR='"@HA_VARLIBDIR@"' -g #-DPOSIX_THREADS
104
libclm_la_LDFLAGS	= -version-info 1:0:0
105
libclm_la_LDFLAGS	= -version-info 1:0:0
106
libclm_la_LIBADD = $(gliblib) ./libccmclient.la
105
107
106
clmtest_SOURCES		= clmtest.c
108
clmtest_SOURCES		= clmtest.c
107
clmtest_LDADD		= libclm.la libccmclient.la \
109
clmtest_LDADD		= libclm.la libccmclient.la \
(-)heartbeat-2.0.8.orig/lib/crm/common/Makefile.am (+1 lines)
Lines 41-46 Link Here
41
libcrmcommon_la_SOURCES	= ipc.c msg.c utils.c xml.c ctrl.c \
41
libcrmcommon_la_SOURCES	= ipc.c msg.c utils.c xml.c ctrl.c \
42
			iso8601.c iso8601_fields.c
42
			iso8601.c iso8601_fields.c
43
libcrmcommon_la_LDFLAGS	= -version-info 1:1:0
43
libcrmcommon_la_LDFLAGS	= -version-info 1:1:0
44
libcrmcommon_la_LIBADD = $(gliblib) $(top_builddir)/lib/clplumbing/libplumb.la
44
45
45
clean-generic:
46
clean-generic:
46
	rm -f *.log *.debug *.xml *~
47
	rm -f *.log *.debug *.xml *~
(-)heartbeat-2.0.8.orig/crm/pengine/Makefile.am (+3 lines)
Lines 63-68 Link Here
63
# -L$(top_builddir)/lib/pils -lpils -export-dynamic -module -avoid-version 
63
# -L$(top_builddir)/lib/pils -lpils -export-dynamic -module -avoid-version 
64
libpengine_la_SOURCES	= pengine.c allocate.c utils.c \
64
libpengine_la_SOURCES	= pengine.c allocate.c utils.c \
65
			native.c group.c clone.c master.c graph.c
65
			native.c group.c clone.c master.c graph.c
66
libpengine_la_LIBADD = $(top_builddir)/lib/crm/pengine/libpe_rules.la \
67
        $(top_builddir)/lib/crm/pengine/libpe_status.la
68
66
69
67
pengine_SOURCES	= main.c
70
pengine_SOURCES	= main.c
68
pengine_CFLAGS	= -DHA_VARLIBDIR='"@HA_VARLIBDIR@"'
71
pengine_CFLAGS	= -DHA_VARLIBDIR='"@HA_VARLIBDIR@"'
(-)heartbeat-2.0.8.orig/lib/crm/pengine/Makefile.am (+2 lines)
Lines 60-65 Link Here
60
60
61
libpe_status_la_LDFLAGS	= -version-info 1:0:0
61
libpe_status_la_LDFLAGS	= -version-info 1:0:0
62
libpe_status_la_SOURCES	=  $(rule_files) $(status_files)
62
libpe_status_la_SOURCES	=  $(rule_files) $(status_files)
63
libpe_status_la_LIBADD = -lncurses \
64
	$(top_builddir)/lib/crm/cib/libcib.la
63
65
64
clean-generic:
66
clean-generic:
65
	rm -f *.log *.debug *~
67
	rm -f *.log *.debug *~
(-)heartbeat-2.0.8.orig/lib/crm/Makefile.am (-2 / +2 lines)
Lines 18-22 Link Here
18
MAINTAINERCLEANFILES    = Makefile.in
18
MAINTAINERCLEANFILES    = Makefile.in
19
19
20
## Subdirectories...
20
## Subdirectories...
21
SUBDIRS		= common pengine cib transition
21
SUBDIRS		= common cib pengine transition
22
DIST_SUBDIRS	= common pengine cib transition
22
DIST_SUBDIRS	= common cib pengine transition

Return to bug 285305