blob: 105f33ad6a676945fd0428bdabe7628d8688f343 [file] [log] [blame]
Deepak Kodihalli77bc0092017-03-14 07:17:01 -05001AM_DEFAULT_SOURCE_EXT = .cpp
2
3nobase_include_HEADERS = ## These get filled in by Makefile.interfaces
4
5libopenpower_dbusdir = ${libdir}
6libopenpower_dbus_LTLIBRARIES = libopenpower_dbus.la
7libopenpower_dbus_la_LDFLAGS = $(SDBUSPLUS_LIBS) -version-info 0:0:0 -shared
8libopenpower_dbus_la_CXXFLAGS = $(SDBUSPLUS_CFLAGS)
9
10BUILT_SOURCES = libopenpower_dbus.cpp
11CLEANFILES = libopenpower_dbus.cpp
12
Deepak Kodihalli48e6be32017-03-14 07:28:55 -050013pkgconfiglibdir = ${libdir}/pkgconfig
14pkgconfiglib_DATA = openpower-dbus-interfaces.pc
15
Deepak Kodihalli77bc0092017-03-14 07:17:01 -050016clean-local: clean-dbus
17
18-include Makefile.interfaces