diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-11-01 03:26:03 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-11-01 03:26:03 +0000 |
commit | bbc1e5427b0bea67b8ab491b71df60c2698e8331 (patch) | |
tree | a16e6d74ec3e60e0b15801ed78349a163c99b16f /applets | |
parent | 346ca80df9e94180694be1d363b99b6f4098422b (diff) | |
download | nautilus-bbc1e5427b0bea67b8ab491b71df60c2698e8331.tar.gz |
Add applets to SUBDIRS if needed.
* Makefile.am:
Add applets to SUBDIRS if needed.
* applets/Makefile.am:
Tiny bit of cleanup.
* configure.in:
Define HAVE_APPLETS only if the applets devel libs are found by
gnome-config.
Diffstat (limited to 'applets')
-rw-r--r-- | applets/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/applets/Makefile.am b/applets/Makefile.am index 42b7c6ee3..52a1083e2 100644 --- a/applets/Makefile.am +++ b/applets/Makefile.am @@ -1,6 +1,5 @@ include $(top_srcdir)/Makefile.shared -SUBDIRS = \ - launcher \ +SUBDIRS = \ + launcher \ $(NULL) - |