aboutsummaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r--g10/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index 0097ace5f..c6d5b135e 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -16,6 +16,7 @@ common_source = \
free-packet.c \
getkey.c \
keydb.h \
+ delkey.c \
pkclist.c \
skclist.c \
ringedit.c \
@@ -77,8 +78,8 @@ LDADD = @INTLLIBS@ $(needed_libs) @ZLIBS@
gpgm_LDADD = g10maint.o $(LDADD)
-g10maint.o: g10.c
- $(COMPILE) -DIS_G10MAINT -o g10maint.o -c g10.c
+g10maint.o: $(srcdir)/g10.c
+ $(COMPILE) -DIS_G10MAINT -o g10maint.o -c $(srcdir)/g10.c
$(PROGRAMS): $(needed_libs)