1 2 3 4 5 6 7 8
noinst_LTLIBRARIES = libos.la HDRS = net.h print.h libos_la_SOURCES = $(HDRS) print.c net.c libos_la_CPPFLAGS = -I$(top_srcdir)/common