Skip to content

Commit

Permalink
libcacard: link vscclient to dynamic library
Browse files Browse the repository at this point in the history
There is no reason for vscclient to duplicate the code.  rules.mak
takes care of invoking libtool to do the link.

Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
bonzini committed Jan 12, 2013
1 parent 992aeb8 commit 26ca8c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libcacard/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ $(libcacard-obj-y): | $(libcacard-lobj-y)

all: libcacard.la libcacard.pc

vscclient$(EXESUF): LIBS += $(libcacard_libs)
vscclient$(EXESUF): libcacard/vscclient.o $(libcacard-obj-y)
vscclient$(EXESUF): libcacard/vscclient.o libcacard.la
$(call LINK,$^)

#########################################################################
Expand Down

0 comments on commit 26ca8c0

Please sign in to comment.