Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4639062
Makefile.am
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
954 B
Referenced Files
None
Subscribers
None
Makefile.am
View Options
#
# Copyright 2004-2023 the Pacemaker project contributors
#
# The version control history for this file may have further details.
#
# This source code is licensed under the GNU General Public License version 2
# or later (GPLv2+) WITHOUT ANY WARRANTY.
#
include $(top_srcdir)/mk/common.mk
include $(top_srcdir)/mk/man.mk
sbin_PROGRAMS = pacemakerd
if BUILD_SYSTEMD
systemdsystemunit_DATA = pacemaker.service
endif
EXTRA_DIST = pacemakerd.8.inc
## SOURCES
noinst_HEADERS = pacemakerd.h
pacemakerd_CFLAGS = $(CFLAGS_HARDENED_EXE)
pacemakerd_LDFLAGS = $(LDFLAGS_HARDENED_EXE)
pacemakerd_LDADD = $(top_builddir)/lib/cluster/libcrmcluster.la
pacemakerd_LDADD += $(top_builddir)/lib/common/libcrmcommon.la
pacemakerd_LDADD += $(CLUSTERLIBS)
pacemakerd_SOURCES = pacemakerd.c
if BUILD_CS_SUPPORT
pacemakerd_SOURCES += pcmkd_corosync.c
endif
pacemakerd_SOURCES += pcmkd_messages.c
pacemakerd_SOURCES += pcmkd_subdaemons.c
CLEANFILES = $(man8_MANS)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 10, 2:00 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2009633
Default Alt Text
Makefile.am (954 B)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment