blob: ab4f2d7bd3c5c7a36c7160558850411890627c9c (
plain)
1
2
3
4
5
6
7
8
9
|
noinst_LTLIBRARIES = libos.la
HDRS = net.h print.h os.h tls.h
libos_la_SOURCES = $(HDRS) print.c net.c os.cxx tls.cxx
libos_la_CPPFLAGS = -I$(top_srcdir)/common
EXTRA_DIST = CMakeLists.txt
|