blob: 00947fff25828de0059d230cb8f180eaa3dad37b [file] [log] [blame]
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -05001AM_DEFAULT_SOURCE_EXT = .cpp
2
3# Build these headers, don't install them
4noinst_HEADERS = \
Jayanth Othayothcfbc8dc2018-09-03 07:22:27 -05005 certs_manager.hpp \
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -05006 argument.hpp
7
8sbin_PROGRAMS = \
9 phosphor-certificate-manager
10
11phosphor_certificate_manager_SOURCES = \
12 mainapp.cpp \
Jayanth Othayothcfbc8dc2018-09-03 07:22:27 -050013 certs_manager.cpp \
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -050014 argument.cpp
Jayanth Othayothcfbc8dc2018-09-03 07:22:27 -050015
16phosphor_certificate_manager_LDFLAGS = \
17 $(SDBUSPLUS_LIBS) \
18 $(PHOSPHOR_DBUS_INTERFACES_LIBS) \
Patrick Venture3dd74012018-12-03 07:46:55 -080019 $(PHOSPHOR_LOGGING_LIBS) \
Jayanth Othayothdd74bd22018-09-28 06:13:35 -050020 -lstdc++fs \
21 -lssl \
22 -lcrypto
Jayanth Othayothcfbc8dc2018-09-03 07:22:27 -050023
24phosphor_certificate_manager_CXXFLAGS = \
25 $(SYSTEMD_CFLAGS) \
Patrick Venture3dd74012018-12-03 07:46:55 -080026 $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \
27 $(PHOSPHOR_LOGGING_CFLAGS)
Marri Devender Rao947258d2018-09-25 10:52:24 -050028
29SUBDIRS = . test