blob: 6e63e8178c7b5229aeca5840024148ffcf951fa6 [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
13clean-local: clean-dbus
14
15-include Makefile.interfaces