diff options
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index d84707af8..83349d411 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -22,7 +22,9 @@ INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl EXTRA_DIST = options.skel # it seems that we can't use this with automake 1.5 #OMIT_DEPENDENCIES = zlib.h zconf.h -LDFLAGS = @LDFLAGS@ +LDFLAGS = @LDFLAGS@ +libexecdir = @libexecdir@/@PACKAGE@ +CFLAGS = @CFLAGS@ -DGNUPG_LIBEXECDIR="\"$(libexecdir)\"" needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a #noinst_PROGRAMS = gpgd |