Changeset 2:b8c3435b818d in xplcommon for src/xplcommon/Makefile.am
- Timestamp:
- 12/27/12 12:36:41 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/xplcommon/Makefile.am
r1 r2 1 1 lib_LTLIBRARIES=libxplcommon.la 2 2 3 libxplcommon_la_SOURCES=\ 3 libxplcommon_la_SOURCES= 4 5 if TARGET_API_POSIX 6 libxplcommon_la_SOURCES += \ 4 7 POSIXThread.cc \ 5 Win32Thread.cc \6 8 POSIXWaitable.cc \ 7 9 POSIXWaiter.cc 10 endif 11 12 if TARGET_API_WIN32 13 libxplcommon_la_SOURCES += \ 14 Win32Thread.cc 15 endif 8 16 9 17 include_xplcommondir=$(includedir)/xplcommon
Note:
See TracChangeset
for help on using the changeset viewer.