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 14:31:05 +0200
commitdc14537a19b3fb3448f46d78707517d197e8febb (patch)
treecb020d7de0cf87f014340757a3aea07f252e5bdb /command/Makefile.am
parent1c197aa881092efcdb2d9013e73d0004d58ccdf3 (diff)
downloadmate-applets-dc14537a19b3fb3448f46d78707517d197e8febb.tar.bz2
mate-applets-dc14537a19b3fb3448f46d78707517d197e8febb.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)