CDS detector added

Former-commit-id: a72f30f90d22cc3c7ff6059e0254e47911bb5af1
Former-commit-id: db0264bdbe5136b6e6dc44e4788175a257439643
This commit is contained in:
alain viari
2015-11-08 14:28:57 +01:00
parent 8dab2d56b2
commit efb9949075
17 changed files with 62 additions and 74 deletions

View File

@ -14,6 +14,7 @@
# gnu tar : version >= 1.15
# gnu make : version >= 3.81
# gcc and g++ : version >= 3.4.6
# gawk : version >= 4.0.1
#
# note: valid versions of gnu tar and make are in _unix_tools_
#

View File

@ -58,7 +58,7 @@ all: repseek install
repseek: $(OBJ) main_repseek.c
$(CC) $(CFLAGS) -o $@ $(OBJ) main_repseek.c $(LDFLAGS);
$(CC) $(CFLAGS) -o $@ $(OBJ) main_repseek.c $(LDFLAGS) $(LDLIBS);
install: repseek