[Development] Introduce gethomedir() function to retrieve home directory path.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4176 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/os/Makefile.am b/common/os/Makefile.am
index ed98579..d87a0da 100644
--- a/common/os/Makefile.am
+++ b/common/os/Makefile.am
@@ -1,8 +1,8 @@
 noinst_LTLIBRARIES = libos.la
 
-HDRS = net.h print.h
+HDRS = net.h print.h os.h
 
-libos_la_SOURCES = $(HDRS) print.c net.c
+libos_la_SOURCES = $(HDRS) print.c net.c os.cxx
 
 libos_la_CPPFLAGS = -I$(top_srcdir)/common