Ignore:
Timestamp:
01/18/10 07:51:43 (15 years ago)
Author:
ogrimm
Message:
Updates to DIM paths
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/SkyQualityMonitor/Makefile

    r134 r143  
    22
    33PROG=sqm
    4 CPPFLAGS += -I../../Evidence/DIM/
    5 LDLIBS += -lpthread
     4CPPFLAGS += -I../../Evidence -I$(DIMDIR)/dim
     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.