diff options
author | Wu Xiaotian <[email protected]> | 2019-07-03 15:14:35 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-08 14:45:56 +0200 |
commit | da78059c5598bdf66828edd1081d3c1ca0f4805b (patch) | |
tree | cb020d7de0cf87f014340757a3aea07f252e5bdb /command/Makefile.am | |
parent | b1006a885a586233e2cc682f4c86d569d7398306 (diff) | |
download | mate-applets-da78059c5598bdf66828edd1081d3c1ca0f4805b.tar.bz2 mate-applets-da78059c5598bdf66828edd1081d3c1ca0f4805b.tar.xz |
command: use MaCommand object
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 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) |