Changeset 2877 for vidalia/trunk/pkg

Show
Ignore:
Timestamp:
07/13/08 13:48:54 (4 months ago)
Author:
edmanm
Message:

Skip the pkg/ subdirectories that aren't likely to be needed on the current
build platform.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/pkg/CMakeLists.txt

    r2858 r2877  
    1111## 
    1212 
    13 add_subdirectory(osx) 
    14 add_subdirectory(rpm) 
    15 add_subdirectory(win32) 
     13if (APPLE) 
     14  add_subdirectory(osx) 
     15endif(APPLE) 
     16if (UNIX) 
     17  add_subdirectory(rpm) 
     18endif(UNIX) 
     19if (WIN32) 
     20  add_subdirectory(win32) 
     21endif(WIN32) 
    1622 
    1723configure_file(