summaryrefslogtreecommitdiffstats
path: root/common/os/Makefile.am
blob: 3d892609294f6006e62b21fbacd93e8ec7b9bf1f (plain)
1
2
3
4
5
noinst_LTLIBRARIES = libos.la

HDRS = net.h print.h

libos_la_SOURCES = $(HDRS) print.c net.c