Ignore:
Timestamp:
01/19/13 15:51:59 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Imported some further stuff from the IO code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hu/varadiistvan/scpl/Makefile.am

    r5 r6  
    1 SUBDIRS=
     1SUBDIRS=io
    22
    33if TARGET_API_POSIX
     
    1515        dummy.cc
    1616
     17libvscpl_la_LIBADD=
     18
    1719if TARGET_API_POSIX
    18 libvscpl_la_LIBADD=_posix/libvscpl_posix.la
     20libvscpl_la_LIBADD+=_posix/libvscpl_posix.la
    1921endif
    2022
    2123if TARGET_API_WIN32
    22 libvscpl_la_LIBADD=_win32/libvscpl_win32.la
     24libvscpl_la_LIBADD+=_win32/libvscpl_win32.la
    2325endif
     26
     27libvscpl_la_LIBADD+=io/libvscpl_io.la
    2428
    2529include_vscpldir=$(includedir)/hu/varadiistvan/scpl
    2630include_vscpl_HEADERS=\
    2731        config.h                \
     32        types.h                 \
    2833        Thread.h                \
    2934        Mutex.h                 \
Note: See TracChangeset for help on using the changeset viewer.