diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-11 00:08:04 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-11 00:08:04 +0200 |
commit | b9c880c58aba32356ee1a4f1e5f45defd5dfb895 (patch) | |
tree | 981fb56120699ac2eb41d47937116e6b1f9998c2 /applets/notification_area/Makefile.am | |
parent | 7a578190a730ddef00cfe770aa67608eb07213b5 (diff) | |
download | mate-panel-b9c880c58aba32356ee1a4f1e5f45defd5dfb895.tar.bz2 mate-panel-b9c880c58aba32356ee1a4f1e5f45defd5dfb895.tar.xz |
update notification_area
Diffstat (limited to 'applets/notification_area/Makefile.am')
-rw-r--r-- | applets/notification_area/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/notification_area/Makefile.am b/applets/notification_area/Makefile.am index 8609eff9..458e1875 100644 --- a/applets/notification_area/Makefile.am +++ b/applets/notification_area/Makefile.am @@ -29,7 +29,7 @@ libtray_la_SOURCES = \ NOTIFICATION_AREA_SOURCES = main.c NOTIFICATION_AREA_LDADD = \ - ../../libmate-panel-applet/libmate-panel-applet-3.la \ + ../../libmate-panel-applet/libmate-panel-applet-4.la \ libtray.la \ $(X_LIBS) \ $(NOTIFICATION_AREA_LIBS) \ |