diff options
author | Stefano Karapetsas <[email protected]> | 2014-05-03 20:30:52 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-05-03 20:30:52 +0200 |
commit | 50cf1584a9dec14dd880263354db671303ba4c42 (patch) | |
tree | 765dc84990ace7f6e5a1f707c9e2f3da41fa1bd4 /command/Makefile.am | |
parent | ea97d2d8e5509579a079a49d01ae8cd0bf9065d9 (diff) | |
download | mate-applets-50cf1584a9dec14dd880263354db671303ba4c42.tar.bz2 mate-applets-50cf1584a9dec14dd880263354db671303ba4c42.tar.xz |
Use MateAboutDialog from libmate-desktop
Diffstat (limited to 'command/Makefile.am')
-rw-r--r-- | command/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/command/Makefile.am b/command/Makefile.am index 42bcaa5e..e9df3c81 100644 --- a/command/Makefile.am +++ b/command/Makefile.am @@ -1,5 +1,6 @@ AM_CPPFLAGS = \ $(MATE_APPLETS4_CFLAGS) \ + $(MATEDESKTOP_CFLAGS) \ -I$(srcdir) \ -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ $(DISABLE_DEPRECATED_CFLAGS) @@ -8,7 +9,7 @@ APPLET_LOCATION = $(libexecdir)/command-applet libexec_PROGRAMS = command-applet command_applet_SOURCES = command.c -command_applet_LDADD = $(MATE_APPLETS4_LIBS) +command_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) command_applet_CFLAGS = $(WARN_CFLAGS) appletsdir = $(datadir)/mate-panel/applets |