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