diff options
author | Marcus Brinkmann <[email protected]> | 2003-01-29 20:18:52 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-01-29 20:18:52 +0000 |
commit | 693b8a2ac6b8c0c31ba9014accafbc84e41d6e54 (patch) | |
tree | 5c7a0ca50182c657def3a285f6d53b45253648c8 /Makefile.am | |
parent | Fix copyright year. (diff) | |
download | gpgme-693b8a2ac6b8c0c31ba9014accafbc84e41d6e54.tar.gz gpgme-693b8a2ac6b8c0c31ba9014accafbc84e41d6e54.zip |
2003-01-29 Marcus Brinkmann <[email protected]>
* 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}.
Diffstat (limited to '')
-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. |