blob: 8c57553e6f7834f488962ee55673cfd741fde774 [file] [log] [blame]
Matthew Barth1febc282017-04-12 11:33:39 -05001AM_DEFAULT_SOURCE_EXT = .cpp
2AM_CPPFLAGS = -iquote ${top_srcdir}
3
4sbin_PROGRAMS = phosphor-dbus-monitor
5
6phosphor_dbus_monitor_SOURCES = \
Matthew Barthb0b82be2017-04-12 13:54:26 -05007 functor.cpp \
Matthew Barth1febc282017-04-12 11:33:39 -05008 main.cpp \
Matthew Barthb0b82be2017-04-12 13:54:26 -05009 monitor.cpp \
10 generated.cpp
Matthew Barth1febc282017-04-12 11:33:39 -050011phosphor_dbus_monitor_LDADD = \
12 $(SDBUSPLUS_LIBS) \
13 $(PHOSPHOR_LOGGING_LIBS)
14phosphor_dbus_monitor_CXXFLAGS = \
15 $(SDBUSPLUS_CFLAGS) \
16 $(PHOSPHOR_LOGGING_CFLAGS)