William A. Kennington III | 4460f26 | 2018-11-02 17:20:52 -0700 | [diff] [blame^] | 1 | nobase_include_HEADERS = |
2 | pkgconfig_DATA = stdplus.pc | ||||
3 | lib_LTLIBRARIES = libstdplus.la | ||||
4 | libstdplus_la_SOURCES = | ||||
5 | libstdplus_la_LIBADD = $(COMMON_LIBS) | ||||
6 | |||||
7 | nobase_include_HEADERS += stdplus/placeholder.hpp | ||||
8 | libstdplus_la_SOURCES += stdplus/placeholder.cpp |