Skip to content

Commit

Permalink
command: use MaCommand object
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist authored and raveit65 committed Jul 8, 2019
1 parent 94ef99e commit 45f2052
Show file tree
Hide file tree
Showing 4 changed files with 610 additions and 134 deletions.
2 changes: 1 addition & 1 deletion command/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading

0 comments on commit 45f2052

Please sign in to comment.