xref: /openbmc/phosphor-event/Makefile.am (revision 37fd9a65)
1acdc2a90SMatthew BarthAM_DEFAULT_SOURCE_EXT = .cpp
2acdc2a90SMatthew Barth
3acdc2a90SMatthew Barthsbin_PROGRAMS = phosphor-eventd
4acdc2a90SMatthew Barth
5acdc2a90SMatthew Barthphosphor_eventd_SOURCES = \
6acdc2a90SMatthew Barth	event_messaged.cpp \
7acdc2a90SMatthew Barth	message.cpp \
8acdc2a90SMatthew Barth	event_messaged_sdbus.c
9acdc2a90SMatthew Barthphosphor_eventd_LDFLAGS = $(SYSTEMD_LIBS)
10acdc2a90SMatthew Barthphosphor_eventd_CFLAGS = $(SYSTEMD_CFLAGS)
11acdc2a90SMatthew Barth
12*37fd9a65SJosh KingSUBDIRS = test
13