Skip to content
Snippets Groups Projects
Commit 51058ba5 authored by Steven Murray's avatar Steven Murray
Browse files

Modified unit-test makefile so that it takes into account the fact that

getconfent.c has been replaced by getconfent.cpp
parent faab7cd0
Branches
Tags
No related merge requests found
......@@ -449,8 +449,8 @@ common_Cglobals.o: $(ROOT_DIR)/common/Cglobals.c
common_Cnetdb.o: $(ROOT_DIR)/common/Cnetdb.c
gcc $(COMMON_OPS) -c $(INCLUDE_OPS) -o $@ $^
common_getconfent.o: $(ROOT_DIR)/common/getconfent.c
gcc $(COMMON_OPS) -c $(INCLUDE_OPS) -o $@ $^
common_getconfent.o: $(ROOT_DIR)/common/getconfent.cpp
g++ $(COMMON_OPS) -c $(INCLUDE_OPS) -o $@ $^
common_Cgetopt.o: $(ROOT_DIR)/common/Cgetopt.c
gcc $(COMMON_OPS) -c $(INCLUDE_OPS) -o $@ $^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment