diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-11-17 01:35:47 +0000 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 2000-11-17 01:35:47 +0000 |
commit | 86d5178af82c3011c144f75348447b0ee7cccf9f (patch) | |
tree | 0f7a66ea50204d3a0c71470b48122f43c41e905a /components/Makefile.am | |
parent | 11f3f8fdf0e2898a94977fc4280d660e5589e0a9 (diff) | |
download | nautilus-86d5178af82c3011c144f75348447b0ee7cccf9f.tar.gz |
Fix for (4741), building with services on non-rpm machines.
* components/Makefile.am:
* components/services/Makefile.am:
* configure.in:
Fix for (4741), building with services on non-rpm machines.
Diffstat (limited to 'components/Makefile.am')
-rw-r--r-- | components/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Makefile.am b/components/Makefile.am index a6a91445d..a7d5be108 100644 --- a/components/Makefile.am +++ b/components/Makefile.am @@ -8,7 +8,7 @@ if BUILD_MOZILLA_COMPONENT MOZILLA_COMPONENT_SUBDIRS = mozilla endif -if BUILD_RPMVIEW_COMPONENT +if BUILD_RPM_COMPONENTS RPMVIEW_COMPONENT_SUBDIRS = rpmview endif |