summaryrefslogtreecommitdiff
path: root/command/Makefile.am
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-07-03 15:14:35 +0800
committerraveit65 <[email protected]>2019-07-08 15:17:32 +0200
commit45f20520d3b497f6719b3e779d6ad83ab61b31fa (patch)
treed3f49b3470f64f18ed289c819de05a0fa99e8e36 /command/Makefile.am
parent94ef99e87ac573eba2b786285481a3f30d99ee59 (diff)
downloadmate-applets-45f20520d3b497f6719b3e779d6ad83ab61b31fa.tar.bz2
mate-applets-45f20520d3b497f6719b3e779d6ad83ab61b31fa.tar.xz
command: use MaCommand object
Diffstat (limited to 'command/Makefile.am')
-rw-r--r--command/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/Makefile.am b/command/Makefile.am
index 76fe2497..2a9115d9 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
+command_applet_SOURCES = command.c ma-command.c ma-command.h
command_applet_LDADD = $(MATE_APPLETS4_LIBS) $(MATEDESKTOP_LIBS)
command_applet_CFLAGS = $(WARN_CFLAGS)