mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
12 lines
330 B
Diff
12 lines
330 B
Diff
|
=== modified file 'Makefile.am'
|
||
|
--- Makefile.am 2012-01-25 14:09:03 +0000
|
||
|
+++ Makefile.am 2012-01-25 16:05:43 +0000
|
||
|
@@ -36,5 +36,5 @@
|
||
|
./src/stack-blur.h
|
||
|
|
||
|
libmurrine_la_LDFLAGS = -module -avoid-version -no-undefined
|
||
|
-libmurrine_la_LIBADD = $(GTK_LIBS) $(pixman_LIBS)
|
||
|
+libmurrine_la_LIBADD = $(GTK_LIBS) $(pixman_LIBS) -lm
|
||
|
|
||
|
|