diff options
Diffstat (limited to 'applets/Makefile.am')
-rw-r--r-- | applets/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/Makefile.am b/applets/Makefile.am index bc2488f4..1f040ff9 100644 --- a/applets/Makefile.am +++ b/applets/Makefile.am @@ -1,11 +1,11 @@ SUBDIRS = \ clock \ - fish + fish \ + wncklet if ENABLE_X11 SUBDIRS += \ - notification_area \ - wncklet + notification_area endif -include $(top_srcdir)/git.mk |