From: Tobias Brunner Date: Wed, 12 Feb 2014 13:34:09 +0000 (+0100) Subject: pool: Typo in Makefile fixed X-Git-Tag: 5.1.2rc1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8bd6d4049e2c1ce9aa33dd61522414fb078ec0;p=thirdparty%2Fstrongswan.git pool: Typo in Makefile fixed --- diff --git a/src/pool/Makefile.am b/src/pool/Makefile.am index 2756f93a54..b8d662e57e 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