Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Adds lgpg-error back to ld_flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdatko committed May 4, 2015
1 parent ef7a86a commit a3fe439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TESTS = check_libcryptoauth
check_PROGRAMS = check_libcryptoauth csu burnutil
check_libcryptoauth_SOURCES = tester.c test_hmac.c $(top_builddir)/libcryptoauth.h test_hmac.h test_xml.c
check_libcryptoauth_CFLAGS = @CHECK_CFLAGS@ $(XML_CFLAGS)
check_libcryptoauth_LDADD = ../libcryptoauth.la @CHECK_LIBS@ $(XML_LIBS) $(LIBGCRYPT_LIBS)
check_libcryptoauth_LDADD = ../libcryptoauth.la @CHECK_LIBS@ $(XML_LIBS) $(LIBGCRYPT_LIBS) -lgpg-error

csu_SOURCES = csu.c $(top_builddir)/libcryptoauth.h
csu_LDADD = ../libcryptoauth.la $(LIBGCRYPT_LIBS)
Expand Down

0 comments on commit a3fe439

Please sign in to comment.