blob: 82e370fc11aed323cbfd7a071aaee78cb554b0dd [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 \
Marri Devender Rao6ceec402019-02-01 03:15:19 -06006 argument.hpp \
7 certificate.hpp
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -05008
Patrick Venture278a6a62019-03-28 12:57:35 -07009bin_PROGRAMS = \
Jayanth Othayoth0aa0d112018-09-03 03:47:27 -050010 phosphor-certificate-manager
11
12phosphor_certificate_manager_SOURCES = \
13 mainapp.cpp \
Jayanth Othayothcfbc8dc2018-09-03 07:22:27 -050014 certs_manager.cpp \
Marri Devender Rao6ceec402019-02-01 03:15:19 -060015 argument.cpp \
16 certificate.cpp
Jayanth Othayothcfbc8dc2018-09-03 07:22:27 -050017
18phosphor_certificate_manager_LDFLAGS = \
19 $(SDBUSPLUS_LIBS) \
20 $(PHOSPHOR_DBUS_INTERFACES_LIBS) \
Patrick Venture3dd74012018-12-03 07:46:55 -080021 $(PHOSPHOR_LOGGING_LIBS) \
Patrick Venture8d100c12018-12-03 08:36:00 -080022 $(OPENSSL_LIBS) \
23 -lstdc++fs
Jayanth Othayothcfbc8dc2018-09-03 07:22:27 -050024
25phosphor_certificate_manager_CXXFLAGS = \
26 $(SYSTEMD_CFLAGS) \
Patrick Venture3dd74012018-12-03 07:46:55 -080027 $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \
28 $(PHOSPHOR_LOGGING_CFLAGS)
Marri Devender Rao947258d2018-09-25 10:52:24 -050029
30SUBDIRS = . test