summaryrefslogtreecommitdiffstats
path: root/gpglib
diff options
context:
space:
mode:
authorSam Varshavchik2015-02-28 08:16:17 -0500
committerSam Varshavchik2015-02-28 08:16:17 -0500
commit3c35c22f36316dd84533a5d22f04f8b8f90b23a3 (patch)
tree343b49da61cd534d7cf710b628c173a1de570d5b /gpglib
parent4faba6d0e3cc5cdd276eb6719824305657a60897 (diff)
downloadcourier-libs-3c35c22f36316dd84533a5d22f04f8b8f90b23a3.tar.bz2
Update to courier-unicode 1.2
Diffstat (limited to 'gpglib')
-rw-r--r--gpglib/Makefile.am4
-rw-r--r--gpglib/checksign.c2
-rw-r--r--gpglib/delete.c2
-rw-r--r--gpglib/export.c2
-rw-r--r--gpglib/genkey.c2
-rw-r--r--gpglib/import.c2
-rw-r--r--gpglib/list.c2
-rw-r--r--gpglib/sign.c2
-rw-r--r--gpglib/testgpg.c2
9 files changed, 10 insertions, 10 deletions
diff --git a/gpglib/Makefile.am b/gpglib/Makefile.am
index a4b59f0..c28c1ba 100644
--- a/gpglib/Makefile.am
+++ b/gpglib/Makefile.am
@@ -18,13 +18,13 @@ libgpg_la_SOURCES=checksign.c delete.c export.c fork.c genkey.c gpg.c gpglib.h\
testgpg_SOURCES=testgpg.c
testgpg_DEPENDENCIES=libgpg.la ../numlib/libnumlib.la
-testgpg_LDADD=$(testgpg_DEPENDENCIES) -lunicode
+testgpg_LDADD=$(testgpg_DEPENDENCIES) -lcourier-unicode
testgpg_LDFLAGS=-static
mimegpg_SOURCES=mimegpg.c
mimegpg_LDADD=libgpg.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la \
../rfc822/libencode.la ../numlib/libnumlib.la \
- -lunicode
+ -lcourier-unicode
mimegpg_DEPENDENCIES=libgpg.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la\
../rfc822/libencode.la ../numlib/libnumlib.la
BUILT_SOURCES=gpg.h mimegpg.html mimegpg.1
diff --git a/gpglib/checksign.c b/gpglib/checksign.c
index 62143cd..ac1612f 100644
--- a/gpglib/checksign.c
+++ b/gpglib/checksign.c
@@ -12,7 +12,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <unicode.h>
+#include <courier-unicode.h>
#include "gpg.h"
#include "gpglib.h"
diff --git a/gpglib/delete.c b/gpglib/delete.c
index 1ecf66b..596f885 100644
--- a/gpglib/delete.c
+++ b/gpglib/delete.c
@@ -12,7 +12,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <unicode.h>
+#include <courier-unicode.h>
#include "gpg.h"
#include "gpglib.h"
diff --git a/gpglib/export.c b/gpglib/export.c
index c8cf5d7..33d1c92 100644
--- a/gpglib/export.c
+++ b/gpglib/export.c
@@ -14,7 +14,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <unicode.h>
+#include <courier-unicode.h>
#include "gpg.h"
#include "gpglib.h"
diff --git a/gpglib/genkey.c b/gpglib/genkey.c
index 1703e3c..15f7822 100644
--- a/gpglib/genkey.c
+++ b/gpglib/genkey.c
@@ -14,7 +14,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <unicode.h>
+#include <courier-unicode.h>
#include "gpg.h"
#include "gpglib.h"
diff --git a/gpglib/import.c b/gpglib/import.c
index 32de753..ee043ef 100644
--- a/gpglib/import.c
+++ b/gpglib/import.c
@@ -12,7 +12,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <unicode.h>
+#include <courier-unicode.h>
#include "gpg.h"
#include "gpglib.h"
diff --git a/gpglib/list.c b/gpglib/list.c
index 146c05b..a26faec 100644
--- a/gpglib/list.c
+++ b/gpglib/list.c
@@ -16,7 +16,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <unicode.h>
+#include <courier-unicode.h>
#include "gpg.h"
#include "gpglib.h"
diff --git a/gpglib/sign.c b/gpglib/sign.c
index 9bbfec4..37438cd 100644
--- a/gpglib/sign.c
+++ b/gpglib/sign.c
@@ -9,7 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <unicode.h>
+#include <courier-unicode.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
diff --git a/gpglib/testgpg.c b/gpglib/testgpg.c
index 942abd4..bc0c5a9 100644
--- a/gpglib/testgpg.c
+++ b/gpglib/testgpg.c
@@ -8,7 +8,7 @@
#include "config.h"
#include "gpglib.h"
-#include <unicode.h>
+#include <courier-unicode.h>
#include "numlib/numlib.h"
#include <stdio.h>