Skip to content

Commit 1010463

Browse files
committed
Fix refocus Makefile to include all necessary linkage.
1 parent 3a058f3 commit 1010463

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

refocus/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ build: build-stamp
55
build-stamp:
66
set -e; cd build; $(CC) -L/usr/lib/libblas -L/usr/lib/lapack -lblas -llapack \
77
$(LDFLAGS) $(CFLAGS) \
8-
`gimptool-2.0 --libs` `gimptool-2.0 --cflags` \
8+
-I/usr/include/atlas -lm \
9+
`pkg-config --libs gimp-2.0 gtk+-2.0` `pkg-config --cflags gimp-2.0 gtk+-2.0` \
910
*.c -o refocus
1011
touch build-stamp
1112

0 commit comments

Comments
 (0)