From b56a69c7fdc6996b441fa0beac3afeac5e15f8e1 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Fri, 29 Oct 2010 12:07:14 +0000 Subject: [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 --- common/os/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/os/Makefile.am') diff --git a/common/os/Makefile.am b/common/os/Makefile.am index ed98579d..d87a0dac 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 -- cgit v1.2.3