diff options
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r-- | agent/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am index ff15d0305..bcf178810 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -55,8 +55,8 @@ gpg_agent_SOURCES = \ call-scd.c \ learncard.c -common_libs = $(libcommon) ../gl/libgnu.a -commonpth_libs = $(libcommonpth) ../gl/libgnu.a +common_libs = $(libcommon) +commonpth_libs = $(libcommonpth) if HAVE_W32CE_SYSTEM pwquery_libs = else |