Changeset 150


Ignore:
Timestamp:
01/18/10 09:50:11 (15 years ago)
Author:
daqct3
Message:
Updated DIM paths
Location:
tools/ListenToArduino
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tools/ListenToArduino/ListenToArduino.cc

    r137 r150  
    201201
    202202
     203        if (EvidenceServer::ExitRequest == true) STOP=TRUE;
    203204        } //end while(STOP==FALSE)
    204205
  • tools/ListenToArduino/Makefile

    r137 r150  
    22
    33PROG=ListenToArduino
    4 CPPFLAGS += -Wall -I../../Evidence/DIM/ -I../../Evidence/
    5 LDLIBS += -lpthread
     4CPPFLAGS += -Wall -I$(DIMDIR)/dim -I../../Evidence
     5LDLIBS += -lpthread $(DIMDIR)/linux/libdim.a
    66
    7 $(PROG): $(PROG).o ../../Evidence/Evidence.o ../../Evidence/DIM/libdim.a
     7$(PROG): $(PROG).o ../../Evidence/Evidence.o
    88
    99clean:
Note: See TracChangeset for help on using the changeset viewer.