summaryrefslogtreecommitdiffstats
path: root/common/os/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'common/os/Makefile.am')
-rw-r--r--common/os/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/os/Makefile.am b/common/os/Makefile.am
index 23e4dfb2..3d892609 100644
--- a/common/os/Makefile.am
+++ b/common/os/Makefile.am
@@ -1,5 +1,5 @@
noinst_LTLIBRARIES = libos.la
-HDRS = print.h
+HDRS = net.h print.h
-libos_la_SOURCES = $(HDRS) print.c
+libos_la_SOURCES = $(HDRS) print.c net.c