Changeset 3:e4ca2e057cec in xplcommon for src/xplcommon/Makefile.am


Ignore:
Timestamp:
12/27/12 13:01:22 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Reorganized the code a bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/Makefile.am

    r2 r3  
     1SUBDIRS=
     2if TARGET_API_POSIX
     3SUBDIRS+=posix
     4endif
     5if TARGET_API_WIN32
     6SUBDIRS+=win32
     7endif
     8
    19lib_LTLIBRARIES=libxplcommon.la
    210
     
    412
    513if TARGET_API_POSIX
    6 libxplcommon_la_SOURCES +=      \
    7         POSIXThread.cc          \
    8         POSIXWaitable.cc        \
    9         POSIXWaiter.cc
     14libxplcommon_la_LIBADD=posix/libxplcommon_posix.la
    1015endif
    1116
    1217if TARGET_API_WIN32
    13 libxplcommon_la_SOURCES +=      \
    14         Win32Thread.cc
     18libxplcommon_la_LIBADD=win32/libxplcommon_win32.la
    1519endif
    1620
    1721include_xplcommondir=$(includedir)/xplcommon
    1822include_xplcommon_HEADERS=\
    19         POSIXThread.h           \
    20         Win32Thread.h           \
    21         Thread.h                \
    22         POSIXWaitable.h         \
    23         POSIXWaiter.h
     23        config.h        \
     24        Thread.h
Note: See TracChangeset for help on using the changeset viewer.