diff options
Diffstat (limited to 'gpglib')
| -rw-r--r-- | gpglib/Makefile.am | 4 | ||||
| -rw-r--r-- | gpglib/checksign.c | 2 | ||||
| -rw-r--r-- | gpglib/delete.c | 2 | ||||
| -rw-r--r-- | gpglib/export.c | 2 | ||||
| -rw-r--r-- | gpglib/genkey.c | 2 | ||||
| -rw-r--r-- | gpglib/import.c | 2 | ||||
| -rw-r--r-- | gpglib/list.c | 2 | ||||
| -rw-r--r-- | gpglib/sign.c | 2 | ||||
| -rw-r--r-- | gpglib/testgpg.c | 2 | 
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> | 
