blob: b573cdb0281b15e9437eefee75c42c35d8e46706 [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) \
Patrick Venture8d100c12018-12-03 08:36:00 -080020 $(OPENSSL_LIBS) \
21 -lstdc++fs
Jayanth Othayothcfbc8dc2018-09-03 07:22:27 -050022
23phosphor_certificate_manager_CXXFLAGS = \
24 $(SYSTEMD_CFLAGS) \
Patrick Venture3dd74012018-12-03 07:46:55 -080025 $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \
26 $(PHOSPHOR_LOGGING_CFLAGS)
Marri Devender Rao947258d2018-09-25 10:52:24 -050027
28SUBDIRS = . test