diff options
author | Werner Koch <[email protected]> | 2010-11-02 20:17:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-11-02 20:17:57 +0000 |
commit | 753375ffcf25b63e6f8e0c05aa36bb2fe0094329 (patch) | |
tree | 1af5bb58b8f0bd5c6b06d12d9bddffd260068b3e /src/Makefile.am | |
parent | First take on changes to allow building with MSC for W32CE. (diff) | |
download | gpgme-753375ffcf25b63e6f8e0c05aa36bb2fe0094329.tar.gz gpgme-753375ffcf25b63e6f8e0c05aa36bb2fe0094329.zip |
Might now build for CE using MSC.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ecda9047..0065c073 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -102,7 +102,6 @@ else uiserver_components = endif - # These are the source files common to all library versions. We used # to build a non-installed library for that, but that does not work # correctly on all platforms (in particular, one can not specify the |