diff options
author | raveit65 <[email protected]> | 2019-07-08 14:33:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-08 14:33:34 +0200 |
commit | 5d416432d5fd3bc347311eb42dd7576b86b2cb2e (patch) | |
tree | 508bd8aa3b071c159cf3b7ba10f0fd03f8afc955 /command/Makefile.am | |
parent | dc14537a19b3fb3448f46d78707517d197e8febb (diff) | |
download | mate-applets-5d416432d5fd3bc347311eb42dd7576b86b2cb2e.tar.bz2 mate-applets-5d416432d5fd3bc347311eb42dd7576b86b2cb2e.tar.xz |
Revert "command: use MaCommand object"
This reverts commit dc14537a19b3fb3448f46d78707517d197e8febb.
Diffstat (limited to 'command/Makefile.am')
-rw-r--r-- | command/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/Makefile.am b/command/Makefile.am index 2a9115d9..76fe2497 100644 --- a/command/Makefile.am +++ b/command/Makefile.am @@ -8,7 +8,7 @@ AM_CPPFLAGS = \ APPLET_LOCATION = $(libexecdir)/command-applet libexec_PROGRAMS = command-applet -command_applet_SOURCES = command.c ma-command.c ma-command.h +command_applet_SOURCES = command.c command_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS) command_applet_CFLAGS = $(WARN_CFLAGS) |