summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-11-14 13:11:31 +0000
committerAdam Tkac <atkac@redhat.com>2008-11-14 13:11:31 +0000
commit247b729032ac7add40daa29a0d981a55e09c4343 (patch)
tree2870d9738e87d6a27f0065c3f93f86ca80460b5f /common/Makefile.am
parent49e5ce6cf11d7d0091438112e08ce977bc929f4e (diff)
downloadtigervnc-247b729032ac7add40daa29a0d981a55e09c4343.tar.gz
tigervnc-247b729032ac7add40daa29a0d981a55e09c4343.zip
[Refactoring] Introduced common/os/ directory for platform dependent
implementations and move vsnprintf() declaration there. [Refactoring] Introduced common/common-config.win.h for handling WIN32 platform specifics. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3167 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 905a2b2d..d8058096 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS =
+SUBDIRS = os
if INCLUDED_ZLIB
SUBDIRS += zlib