mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
scd,w32: Fix build dependency
* scd/Makefile.am (scdaemon_DEPENDENCIES): Fix. -- Fixes-commit: 625fb548998fb4d48b23c6e4cfa5bfa72f1d74e2
This commit is contained in:
parent
87cebf4f8d
commit
f88cdb1fd9
@ -29,6 +29,8 @@ include $(top_srcdir)/am/cmacros.am
|
|||||||
if HAVE_W32_SYSTEM
|
if HAVE_W32_SYSTEM
|
||||||
scdaemon_rc_objs = $(resource_objs) scdaemon-w32info.o
|
scdaemon_rc_objs = $(resource_objs) scdaemon-w32info.o
|
||||||
scdaemon-w32info.o : scdaemon.w32-manifest ../common/w32info-rc.h
|
scdaemon-w32info.o : scdaemon.w32-manifest ../common/w32info-rc.h
|
||||||
|
else
|
||||||
|
scdaemon_rc_objs = $(resource_objs)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) \
|
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) \
|
||||||
@ -51,4 +53,4 @@ scdaemon_LDADD = $(libcommonpth) \
|
|||||||
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) $(NPTH_LIBS) \
|
$(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) $(NPTH_LIBS) \
|
||||||
$(LIBUSB_LIBS) $(GPG_ERROR_LIBS) \
|
$(LIBUSB_LIBS) $(GPG_ERROR_LIBS) \
|
||||||
$(LIBINTL) $(DL_LIBS) $(NETLIBS) $(LIBICONV) $(scdaemon_rc_objs)
|
$(LIBINTL) $(DL_LIBS) $(NETLIBS) $(LIBICONV) $(scdaemon_rc_objs)
|
||||||
scdaemon_DEPENDENCIES = $(resource_objs)
|
scdaemon_DEPENDENCIES = $(scdaemon_rc_objs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user