Skip to content

Commit 0765557

Browse files
committed
Update memory-analyzer/Makefile to use LIBEXT
1 parent 718d890 commit 0765557

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/memory-analyzer/Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ SRC = analyze_symbol.cpp\
77
INCLUDES= -I ..
88

99
LIBS = \
10-
../ansi-c/ansi-c.a \
11-
../goto-programs/goto-programs.a \
12-
../linking/linking.a \
13-
../util/util.a \
14-
../big-int/big-int.a \
15-
../langapi/langapi.a
10+
../ansi-c/ansi-c$(LIBEXT) \
11+
../goto-programs/goto-programs$(LIBEXT) \
12+
../linking/linking$(LIBEXT) \
13+
../util/util$(LIBEXT) \
14+
../big-int/big-int$(LIBEXT) \
15+
../langapi/langapi$(LIBEXT)
1616

1717

1818

0 commit comments

Comments
 (0)