diff options
author | Adam Tkac <atkac@redhat.com> | 2008-11-14 13:11:31 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-11-14 13:11:31 +0000 |
commit | 247b729032ac7add40daa29a0d981a55e09c4343 (patch) | |
tree | 2870d9738e87d6a27f0065c3f93f86ca80460b5f /common/Makefile.am | |
parent | 49e5ce6cf11d7d0091438112e08ce977bc929f4e (diff) | |
download | tigervnc-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.am | 2 |
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 |