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 | |
William A. Kennington III | 7a5e232 | 2018-11-02 17:28:35 -0700 | [diff] [blame^] | 7 | nobase_include_HEADERS += stdplus/handle/managed.hpp |
| 8 | |
William A. Kennington III | 9c97d2c | 2018-11-02 17:25:36 -0700 | [diff] [blame] | 9 | nobase_include_HEADERS += stdplus/signal.hpp |
| 10 | libstdplus_la_SOURCES += stdplus/signal.cpp |