summaryrefslogtreecommitdiffstats
path: root/common/os/Makefile.am
blob: 5e37290636be2e7208431fa3535436bb10f471d5 (plain)
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