summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 6927ce480e1ab2ada14f3cbde383484287c3b056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
AM_DEFAULT_SOURCE_EXT = .cpp

if WANT_LIBPHOSPHOR_DBUS
nobase_include_HEADERS = ## These get filled in by Makefile.interfaces

libphosphor_dbusdir = ${libdir}
libphosphor_dbus_LTLIBRARIES = libphosphor_dbus.la
libphosphor_dbus_la_LDFLAGS = $(SYSTEMD_LIBS) $(SDBUSPLUS_LIBS) -version-info 0:0:0 -shared
libphosphor_dbus_la_CXXFLAGS = $(SYSTEMD_CFLAGS) $(SDBUSPLUS_CFLAGS)

BUILT_SOURCES = libphosphor_dbus.cpp
CLEANFILES = libphosphor_dbus.cpp

pkgconfiglibdir = ${libdir}/pkgconfig
pkgconfiglib_DATA = phosphor-dbus-interfaces.pc

clean-local: clean-dbus

-include Makefile.interfaces
endif

yamldir = ${pkgdatadir}/yaml
nobase_yaml_DATA = ## Filled in by Makefile.yaml

-include Makefile.yaml

OpenPOWER on IntegriCloud