diff options
author | Stefano Karapetsas <[email protected]> | 2013-02-28 12:39:47 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-02-28 12:39:47 +0100 |
commit | 41389eb9c8c16917cbc4060b3769da95ecb64dd1 (patch) | |
tree | 8250f2b25c6dab84800709fa6ab8ee3ca44bd9a2 /mateweather/Makefile.am | |
parent | 286f8ea18490767bdafa2e588695f80f47d74707 (diff) | |
download | mate-applets-41389eb9c8c16917cbc4060b3769da95ecb64dd1.tar.bz2 mate-applets-41389eb9c8c16917cbc4060b3769da95ecb64dd1.tar.xz |
Use libnotify instead of libmatenotify
Diffstat (limited to 'mateweather/Makefile.am')
-rw-r--r-- | mateweather/Makefile.am | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mateweather/Makefile.am b/mateweather/Makefile.am index e2e8322e..6058ba27 100644 --- a/mateweather/Makefile.am +++ b/mateweather/Makefile.am @@ -7,9 +7,10 @@ INCLUDES = \ -I$(top_srcdir) \ -DMATEWEATHER_MENU_UI_DIR=\""$(uidir)"\" \ $(MATE_APPLETS4_CFLAGS) \ - $(LIBMATENOTIFY_CFLAGS) \ + $(LIBNOTIFY_CFLAGS) \ $(LIBMATEWEATHER_CFLAGS) \ - $(NETWORKMANAGER_CFLAGS) + $(NETWORKMANAGER_CFLAGS) \ + $(DBUS_CFLAGS) libexec_PROGRAMS = mateweather-applet-2 @@ -22,11 +23,12 @@ mateweather_applet_2_SOURCES = \ mateweather-applet.c mateweather-applet.h mateweather_applet_2_LDADD = \ - $(LIBMATENOTIFY_LIBS) \ + $(LIBNOTIFY_LIBS) \ $(MATE_APPLETS4_LIBS) \ $(MATE_LIBS2_LIBS) \ - $(LIBMATEWEATHER_LIBS) \ - $(NETWORKMANAGER_LIBS) + $(LIBMATEWEATHER_LIBS) \ + $(NETWORKMANAGER_LIBS) \ + $(DBUS_LIBS) uidir = $(datadir)/mate-2.0/ui ui_DATA = mateweather-applet-menu.xml |