Added libcrypto to pkg-config args
This commit is contained in:
parent
e97fcd7442
commit
42f8ef5f99
|
@ -22,8 +22,8 @@
|
||||||
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
AM_CFLAGS = -Wall
|
AM_CFLAGS = -Wall
|
||||||
AM_CPPFLAGS = -I$(srcdir)/../lib/includes -I$(builddir)/../lib/includes `pkg-config --cflags libssl`
|
AM_CPPFLAGS = -I$(srcdir)/../lib/includes -I$(builddir)/../lib/includes `pkg-config --cflags libssl libcrypto`
|
||||||
AM_LDFLAGS = `pkg-config --libs libssl`
|
AM_LDFLAGS = `pkg-config --libs libssl libcrypto`
|
||||||
LDADD = $(top_builddir)/lib/libspdylay.la
|
LDADD = $(top_builddir)/lib/libspdylay.la
|
||||||
|
|
||||||
bin_PROGRAMS = spdycat
|
bin_PROGRAMS = spdycat
|
||||||
|
|
Loading…
Reference in New Issue