blob: dc13514c93b1e91b252f694c0fb2d596d2442575 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- applets/brightness/Makefile.am.orig 2013-10-19 12:04:49.000000000 +0200
+++ applets/brightness/Makefile.am 2013-10-19 12:05:17.000000000 +0200
@@ -34,6 +34,7 @@
gpm-common.h
mate_brightness_applet_LDADD = \
+ $(EXECINFO_LIBS) \
$(DBUS_LIBS) \
$(MATE_LIBS) \
$(PANEL_LIBS)
|