Skip to content

Commit

Permalink
Build: tools: Remove unneeded -I flags.
Browse files Browse the repository at this point in the history
The tools now look for the includes that are a part of libp-i.  They no
longer need to look in daemons/schedulerd for these.
  • Loading branch information
clumens committed Feb 5, 2019
1 parent 08a7925 commit d89b0c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion daemons/fenced/Makefile.am
Expand Up @@ -24,7 +24,6 @@ cts_fence_helper_SOURCES = cts-fence-helper.c
cts_fence_helper_LDADD = $(top_builddir)/lib/common/libcrmcommon.la \
$(top_builddir)/lib/fencing/libstonithd.la

pacemaker_fenced_CPPFLAGS = -I$(top_srcdir)/daemons/schedulerd $(AM_CPPFLAGS)
pacemaker_fenced_YFLAGS = -d
pacemaker_fenced_CFLAGS = $(CFLAGS_HARDENED_EXE)
pacemaker_fenced_LDFLAGS = $(LDFLAGS_HARDENED_EXE)
Expand Down
4 changes: 0 additions & 4 deletions tools/Makefile.am
Expand Up @@ -70,7 +70,6 @@ crm_node_LDADD = $(top_builddir)/lib/cib/libcib.la \
$(top_builddir)/lib/common/libcrmcommon.la

crm_simulate_SOURCES = crm_simulate.c
crm_simulate_CFLAGS = -I$(top_srcdir)/daemons/schedulerd

crm_simulate_LDADD = $(top_builddir)/lib/pengine/libpe_status.la \
$(top_builddir)/lib/pacemaker-internal/libpacemaker-internal.la \
Expand All @@ -83,7 +82,6 @@ crm_diff_SOURCES = crm_diff.c
crm_diff_LDADD = $(top_builddir)/lib/common/libcrmcommon.la

crm_mon_SOURCES = crm_mon.c
crm_mon_CFLAGS = -I$(top_srcdir)/daemons/schedulerd
crm_mon_LDADD = $(top_builddir)/lib/pengine/libpe_status.la \
$(top_builddir)/lib/fencing/libstonithd.la \
$(top_builddir)/lib/pacemaker-internal/libpacemaker-internal.la \
Expand All @@ -104,7 +102,6 @@ crm_attribute_LDADD = $(top_builddir)/lib/cluster/libcrmcluster.la \
$(top_builddir)/lib/common/libcrmcommon.la

crm_resource_SOURCES = crm_resource.c crm_resource_ban.c crm_resource_runtime.c crm_resource_print.c
crm_resource_CFLAGS = -I$(top_srcdir)/daemons/schedulerd
crm_resource_LDADD = $(top_builddir)/lib/pengine/libpe_rules.la \
$(top_builddir)/lib/lrmd/liblrmd.la \
$(top_builddir)/lib/services/libcrmservice.la \
Expand All @@ -121,7 +118,6 @@ attrd_updater_SOURCES = attrd_updater.c
attrd_updater_LDADD = $(top_builddir)/lib/common/libcrmcommon.la

crm_ticket_SOURCES = crm_ticket.c
crm_ticket_CFLAGS = -I$(top_srcdir)/daemons/schedulerd
crm_ticket_LDADD = $(top_builddir)/lib/pengine/libpe_rules.la \
$(top_builddir)/lib/pengine/libpe_status.la \
$(top_builddir)/lib/pacemaker-internal/libpacemaker-internal.la \
Expand Down

0 comments on commit d89b0c9

Please sign in to comment.