blob: 138e406e01667cc11e1787d4a0e68aab023ea4b7 (
plain)
1
2
3
4
|
noinst_LTLIBRARIES = libbackends.la
libbackends_la_SOURCES = SystemBackendPosix.cpp SystemBackendProc.cpp
noinst_HEADERS = ConsoleLogger.h FileLogger.h SystemBackendPosix.h SystemBackendProc.h
|