Changeset 9312
- Timestamp:
- 05/17/12 14:03:22 (12 months ago)
- Files:
-
- 1 modified
-
branches/stable/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/Makefile.in
r9284 r9312 336 336 SERVERCFLAGS += -D__STATIC_FLOWPROTO_BMI_CACHE__ 337 337 338 SERVERLIBS = -lpvfs2-server @LIBS@ @DB_LIB@ -lpthread338 SERVERLIBS = -lpvfs2-server @LIBS@ @DB_LIB@ 339 339 340 340 ifdef NEEDS_LIBRT 341 341 SERVERLIBS += -lrt 342 342 endif 343 344 # must be after -lrt because -lrt may use -lpthread 345 SERVERLIBS += -lpthread 343 346 344 347 # you can optionally disable thread safety support in the client
