Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F3153742
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
833 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/Makefile.am b/src/Makefile.am
index d6222bb..18e92ca 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,28 +1,31 @@
MAINTAINERCLEANFILES = Makefile.in
AM_CFLAGS = -fPIC -Werror
INCLUDES = -I$(top_builddir)/include
sbin_PROGRAMS = boothd
boothd_SOURCES = config.c main.c paxos.c ticket.c transport.c \
pacemaker.c paxos_lease.c timer.c
boothd_LDADD = -lplumb -lplumbgpl
boothd_LDFLAGS = $(OS_DYFLAGS) -L./
noinst_HEADERS = booth.h list.h pacemaker.h paxos_lease.h timer.h \
config.h log.h paxos.h ticket.h transport.h
if HAVE_HELP2MAN
man_MANS = booth.8 boothd.8
MAINTAINERCLEANFILES += $(man_MANS)
EXTRA_DIST = $(man_MANS)
%.8: %
$(HELP2MAN) -N -o $@ ./$<
+
+booth.8: boothd.8
+ cp $< $@
endif
lint:
-splint $(INCLUDES) $(LINT_FLAGS) $(CFLAGS) *.c
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Feb 26, 1:08 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1459931
Default Alt Text
(833 B)
Attached To
Mode
rB Booth
Attached
Detach File
Event Timeline
Log In to Comment