diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 0aef60579..3e12c1f18 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -19,7 +19,12 @@ ## Process this file with automake to produce Makefile.in -INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl +AM_CPPFLAGS = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl + +if ! HAVE_DOSISH_SYSTEM +AM_CPPFLAGS += -DGNUPG_LIBDIR="\"$(libdir)/@PACKAGE@\"" +endif + noinst_LIBRARIES = libcipher.a |