forked from wolfSSL/wolfssl
use a single Makefile, no recursion
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
INCLUDES = -I../../include -I../../include/openssl
|
||||
bin_PROGRAMS = client
|
||||
client_SOURCES = client.c
|
||||
client_LDFLAGS = -L../../src
|
||||
client_LDADD = ../../src/libcyassl.la
|
||||
client_DEPENDENCIES = ../../src/libcyassl.la
|
||||
EXTRA_DIST = client.sln *.vcproj
|
||||
11
examples/client/include.am
Normal file
11
examples/client/include.am
Normal file
@@ -0,0 +1,11 @@
|
||||
# vim:ft=automake
|
||||
# included from Top Level Makefile.am
|
||||
# All paths should be given relative to the root
|
||||
|
||||
|
||||
bin_PROGRAMS += examples/client/client
|
||||
examples_client_client_SOURCES = examples/client/client.c
|
||||
examples_client_client_LDFLAGS = -Lsrc
|
||||
examples_client_client_LDADD = src/libcyassl.la
|
||||
examples_client_client_DEPENDENCIES = src/libcyassl.la
|
||||
EXTRA_DIST += examples/client/client.sln examples/client/*.vcproj
|
||||
Reference in New Issue
Block a user