diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8c7c5b2b..f9ec5a0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,3 @@ - gtop_applets = multiload netspeed if BUILD_GTOP_APPLETS @@ -28,6 +27,10 @@ if BUILD_TIMERAPPLET timerapplet_SUBDIR = timerapplet endif +if BUILD_INVEST_APPLET +invest_applet_SUBDIR = invest-applet +endif + always_built_SUBDIRS = \ charpick \ drivemount \ @@ -44,6 +47,7 @@ SUBDIRS = \ man \ $(battstat_SUBDIR) \ $(accessx_status_SUBDIR) \ + $(invest_applet_SUBDIR) \ $(cpufreq_SUBDIR) \ $(timerapplet_SUBDIR) @@ -61,6 +65,7 @@ DIST_SUBDIRS = \ timerapplet \ trashapplet \ cpufreq \ + invest-applet \ command \ netspeed |