diff options
author | Brent Cook <busterb@gmail.com> | 2014-11-19 22:02:17 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2014-11-23 08:33:56 -0600 |
commit | 2103690cbf6adfbd24b271c610087bf73e1a3056 (patch) | |
tree | 95981c5f0c19d69a9206d2ea299847a4da9d5ac9 /ssl | |
parent | 1bd0c2fb2e03bcf5177a1703fe850db931210102 (diff) | |
download | portable-2103690cbf6adfbd24b271c610087bf73e1a3056.tar.gz portable-2103690cbf6adfbd24b271c610087bf73e1a3056.tar.bz2 portable-2103690cbf6adfbd24b271c610087bf73e1a3056.zip |
improve readability of generated Makefile.am files
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/Makefile.am.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/Makefile.am.tpl b/ssl/Makefile.am.tpl index 16caa92..01f2eaa 100644 --- a/ssl/Makefile.am.tpl +++ b/ssl/Makefile.am.tpl | |||
@@ -7,3 +7,4 @@ libssl_la_LDFLAGS = -version-info libssl-version | |||
7 | libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) | 7 | libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) |
8 | libssl_la_SOURCES = | 8 | libssl_la_SOURCES = |
9 | noinst_HEADERS = | 9 | noinst_HEADERS = |
10 | |||