summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 2bdbd26b62e3389f1b0ec56bd2b89e5e70d095f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Build these headers, don't install them
noinst_HEADERS = \
	occ_finder.hpp \
	occ_pass_through.hpp

sbin_PROGRAMS = openpower-occ-control
openpower_occ_control_SOURCES = \
	occ_finder.cpp \
	occ_pass_through.cpp \
	app.cpp

openpower_occ_control_LDFLAGS = \
	$(SDBUSPLUS_LIBS) \
	$(PHOSPHOR_LOGGING_LIBS) \
	$(OPENPOWER_DBUS_INTERFACES_LIBS)
openpower_occ_control_CXXFLAGS =
	$(SDBUSPLUS_CFLAGS) \
	$(PHOSPHOR_LOGGING_CFLAGS) \
	$(OPENPOWER_DBUS_INTERFACES_CFLAGS)
OpenPOWER on IntegriCloud