From 693b8a2ac6b8c0c31ba9014accafbc84e41d6e54 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 29 Jan 2003 20:18:52 +0000 Subject: 2003-01-29 Marcus Brinkmann * bonobo/gpgme.c, bonobo/main.c, bonobo/main.h, bonobo/Makefile, bonobo/Makefile.am, bonobo/Makefile.in: Dead files removed. * configure.ac: Remove automake conditional BUILD_BONOBO (AC_CONFIG_FILES): Remove bonobo/Makefile. * Makefile.am (bonobo): Remove variable. (SUBDIRS): Remove ${bonobo}. --- Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Makefile.am') 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. -- cgit v1.2.3