diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-02-12 14:34:09 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-02-12 14:34:09 +0100 |
commit | 4f8bd6d4049e2c1ce9aa33dd61522414fb078ec0 (patch) | |
tree | fba1145039824912ba86d07c237037b6a14c8210 | |
parent | b84b5410a4d559a224cf614a7204625b71d51554 (diff) | |
download | strongswan-4f8bd6d4049e2c1ce9aa33dd61522414fb078ec0.tar.bz2 strongswan-4f8bd6d4049e2c1ce9aa33dd61522414fb078ec0.tar.xz |
pool: Typo in Makefile fixed
-rw-r--r-- | src/pool/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pool/Makefile.am b/src/pool/Makefile.am index 2756f93a5..b8d662e57 100644 --- a/src/pool/Makefile.am +++ b/src/pool/Makefile.am @@ -17,7 +17,7 @@ pool_LDADD = \ $(top_builddir)/src/libstrongswan/libstrongswan.la \ $(top_builddir)/src/libhydra/libhydra.la -endif !USE_ATTR_SQL +endif USE_ATTR_SQL templatesdir = $(pkgdatadir)/templates/database/sql dist_templates_DATA = mysql.sql sqlite.sql |