Deepak Kodihalli | 77bc009 | 2017-03-14 07:17:01 -0500 | [diff] [blame] | 1 | AM_DEFAULT_SOURCE_EXT = .cpp |
| 2 | |
| 3 | nobase_include_HEADERS = ## These get filled in by Makefile.interfaces |
| 4 | |
| 5 | libopenpower_dbusdir = ${libdir} |
| 6 | libopenpower_dbus_LTLIBRARIES = libopenpower_dbus.la |
| 7 | libopenpower_dbus_la_LDFLAGS = $(SDBUSPLUS_LIBS) -version-info 0:0:0 -shared |
| 8 | libopenpower_dbus_la_CXXFLAGS = $(SDBUSPLUS_CFLAGS) |
| 9 | |
| 10 | BUILT_SOURCES = libopenpower_dbus.cpp |
| 11 | CLEANFILES = libopenpower_dbus.cpp |
| 12 | |
Deepak Kodihalli | 48e6be3 | 2017-03-14 07:28:55 -0500 | [diff] [blame^] | 13 | pkgconfiglibdir = ${libdir}/pkgconfig |
| 14 | pkgconfiglib_DATA = openpower-dbus-interfaces.pc |
| 15 | |
Deepak Kodihalli | 77bc009 | 2017-03-14 07:17:01 -0500 | [diff] [blame] | 16 | clean-local: clean-dbus |
| 17 | |
| 18 | -include Makefile.interfaces |