diff options
author | mbkma <[email protected]> | 2021-08-26 21:02:36 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2021-08-26 19:24:13 +0000 |
commit | 808032fcd41f10f8c794f9c8ea90a2aad30c76f7 (patch) | |
tree | c287d16f5a4991437e7e8c5e3e2263e1d983108f | |
parent | bf36bbf8012e3036fd75555e89acbd65aaa8bb78 (diff) | |
download | mate-panel-808032fcd41f10f8c794f9c8ea90a2aad30c76f7.tar.bz2 mate-panel-808032fcd41f10f8c794f9c8ea90a2aad30c76f7.tar.xz |
fix mate-desktop-item-edit executable
-rw-r--r-- | mate-panel/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am index 1ec92a0e..f2f04d27 100644 --- a/mate-panel/Makefile.am +++ b/mate-panel/Makefile.am @@ -170,6 +170,8 @@ mate_panel_LDFLAGS = -export-dynamic mate_desktop_item_edit_SOURCES = \ mate-desktop-item-edit.c \ panel-ditem-editor.c \ + panel-resources.c \ + panel-resources.h \ panel-marshal.c \ panel-util.c @@ -188,6 +190,8 @@ mate_desktop_item_edit_LDADD += \ -lX11 endif +mate_desktop_item_edit_LDFLAGS = -export-dynamic + mate_panel_test_applets_SOURCES = \ $(panel_test_applets_BUILT_SOURCES) \ panel-modules.c \ |