Changeset 38:d68450d100a8 in xplcommon for src
- Timestamp:
- 01/03/13 08:51:38 (12 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- src/xplcommon
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/xplcommon/Makefile.am
r36 r38 1 INCLUDES=@XPSDK_INCLUDES@ 2 1 3 SUBDIRS= 2 4 if TARGET_API_POSIX 3 5 SUBDIRS+=posix 6 AM_CPPFLAGS=-DLIN 7 AM_CXXFLAGS=-fPIC -fno-stack-protector 4 8 endif 9 5 10 if TARGET_API_WIN32 6 11 SUBDIRS+=win32 7 AM_LDFLAGS=-no-undefined 12 AM_CPPFLAGS=-DIBM 13 AM_LDFLAGS=@XPSDK_LDFLAGS@ -lXPLM -no-undefined 8 14 endif 9 15 … … 13 19 PseudoRandom.cc \ 14 20 BlockingStream.cc \ 15 DataStream.cc 21 DataStream.cc \ 22 Util.cc 16 23 17 24 if TARGET_API_POSIX … … 44 51 LocalClientSocket.h \ 45 52 BlockingStream.h \ 46 DataStream.h 53 DataStream.h \ 54 Util.h
Note:
See TracChangeset
for help on using the changeset viewer.