initial top-level import of subdirectories
This commit is contained in:
11
apps/Makefile.am.tpl
Normal file
11
apps/Makefile.am.tpl
Normal file
@@ -0,0 +1,11 @@
|
||||
include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
bin_PROGRAMS = openssl
|
||||
|
||||
openssl_CFLAGS = $(USER_CFLAGS)
|
||||
openssl_LDADD = $(PLATFORM_LDADD)
|
||||
openssl_LDADD += $(top_builddir)/crypto/libcrypto.la
|
||||
openssl_LDADD += $(top_builddir)/ssl/libssl.la
|
||||
|
||||
openssl_SOURCES =
|
||||
noinst_HEADERS =
|
Reference in New Issue
Block a user