diff options
| author | mbkma <[email protected]> | 2026-01-31 12:11:25 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-31 12:11:25 +0100 |
| commit | bb4fa0ea945f9dd4d0bff0182c381c2f14f78ae3 (patch) | |
| tree | 523c91356c59557d0bcfa0a878f4e5cadd0c4ab2 /Makefile.am | |
| parent | d433bbd9aeb7ae3377e59c70f6608c3e29f9ebbc (diff) | |
| download | mate-applets-integrate-all-applets.tar.bz2 mate-applets-integrate-all-applets.tar.xz | |
merge mate-indicator-applet and sensors-applet into mate-appletsintegrate-all-applets
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f9ec5a0f..daac7af9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,14 @@ if BUILD_INVEST_APPLET invest_applet_SUBDIR = invest-applet endif +if BUILD_INDICATOR_APPLET +indicator_applet_SUBDIR = indicator-applet +endif + +if BUILD_SENSORS_APPLET +sensors_applet_SUBDIR = sensors-applet +endif + always_built_SUBDIRS = \ charpick \ drivemount \ @@ -49,7 +57,9 @@ SUBDIRS = \ $(accessx_status_SUBDIR) \ $(invest_applet_SUBDIR) \ $(cpufreq_SUBDIR) \ - $(timerapplet_SUBDIR) + $(timerapplet_SUBDIR) \ + $(indicator_applet_SUBDIR) \ + $(sensors_applet_SUBDIR) DIST_SUBDIRS = \ po \ @@ -67,7 +77,9 @@ DIST_SUBDIRS = \ cpufreq \ invest-applet \ command \ - netspeed + netspeed \ + indicator-applet \ + sensors-applet DISTCHECK_CONFIGURE_FLAGS = \ --enable-compile-warnings=no \ |
