diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 24da3181..f1f2be79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,12 +27,6 @@ else assuan = endif -if BUILD_BONOBO -bonobo = bonobo -else -bonobo = -endif - if BUILD_COMPLUS complus = complus else @@ -45,7 +39,7 @@ else tests = endif -SUBDIRS = ${assuan} gpgme ${tests} doc ${bonobo} ${complus} +SUBDIRS = ${assuan} gpgme ${tests} doc ${complus} # Fix the version of the spec file and create a file named VERSION # to be used for patch's Prereq: feature. |