Changeset 180 for trunk/Makefile


Ignore:
Timestamp:
03/14/10 16:02:38 (14 years ago)
Author:
tim
Message:

Added locks to make transactions on REGFI_FILE objects thread safe

Added initial version of a threading smoke test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r159 r180  
    1414#OPTS=-std=gnu99 -pedantic -Wall
    1515INC:=-I$(PWD)/include -I/usr/local/include
    16 LIB=-L/usr/local/lib -lm
     16LIB=-L/usr/local/lib -lm -lpthread
    1717BIN_EXT=
    1818EXTRA_OBJ=
Note: See TracChangeset for help on using the changeset viewer.