You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/makefile.am 2011-06-21 08:43:21.804880067 +0200
|
|
+++ b/makefile.am 2011-06-21 08:43:49.875661081 +0200
|
|
@@ -1,5 +1,5 @@
|
|
INCLUDES = `wx-config --cxxflags`
|
|
-LIBS = `wx-config --libs --gl-libs`
|
|
+LIBS = `wx-config --libs --gl-libs` -lGL -lm
|
|
|
|
bin_PROGRAMS = blokish
|
|
|