diff options
author | rbuj <[email protected]> | 2020-11-16 07:56:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-18 12:01:16 +0100 |
commit | 6068a01f72a034e04c77366727ef0be2fc0434cd (patch) | |
tree | 47520a4ec46f5cf261aa6008e00ffab223a94ec9 /applets | |
parent | 011c8c61879da1b3fb13f4735cbe751b18fb1760 (diff) | |
download | mate-panel-6068a01f72a034e04c77366727ef0be2fc0434cd.tar.bz2 mate-panel-6068a01f72a034e04c77366727ef0be2fc0434cd.tar.xz |
configure: remove warning about option 'subdir-objects' is disabled
Diffstat (limited to 'applets')
-rw-r--r-- | applets/wncklet/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applets/wncklet/Makefile.am b/applets/wncklet/Makefile.am index 38dfaca5..ed442671 100644 --- a/applets/wncklet/Makefile.am +++ b/applets/wncklet/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = subdir-objects + AM_CPPFLAGS = \ $(LIBMATE_PANEL_APPLET_CFLAGS) \ $(WNCKLET_CFLAGS) \ |