blob: 16bc042f1b0684e4c5cb9a8c5c0134b80507546a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -r b870df1b662c Makefile
--- a/Makefile Thu Jan 30 15:13:12 2014 +0200
+++ b/Makefile Thu Jul 10 09:00:29 2014 +0200
@@ -42,7 +42,7 @@
endef
define link
- $(CC) $(LDFLAGS) $1 $2 $3 -o $@
+ $(CC) $(CFLAGS) $(LDFLAGS) $1 $2 $3 -o $@
endef
# Builds both GTK+2 and GTK+3 versions of the plugin.
|