diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-04-29 13:29:53 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-04-29 13:29:53 +0200 |
commit | 257e27df0785371ab0dfe3d45863865a3353087a (patch) | |
tree | ad76a2bbd98a902ea96002470de4438120e59032 /src/libhydra/plugins/attr_sql/Makefile.am | |
parent | b0e789035cfb3ce3d531b26f87d2226962fff3fa (diff) | |
download | strongswan-257e27df0785371ab0dfe3d45863865a3353087a.tar.bz2 strongswan-257e27df0785371ab0dfe3d45863865a3353087a.tar.xz |
Fixing out-of-tree build after adding dependency to config.status.
Diffstat (limited to 'src/libhydra/plugins/attr_sql/Makefile.am')
-rw-r--r-- | src/libhydra/plugins/attr_sql/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhydra/plugins/attr_sql/Makefile.am b/src/libhydra/plugins/attr_sql/Makefile.am index d87cc8d3b..376a8259c 100644 --- a/src/libhydra/plugins/attr_sql/Makefile.am +++ b/src/libhydra/plugins/attr_sql/Makefile.am @@ -20,4 +20,4 @@ libstrongswan_attr_sql_la_LDFLAGS = -module -avoid-version ipsec_PROGRAMS = pool pool_SOURCES = pool.c pool_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la -pool.o : $(top_srcdir)/config.status +pool.o : $(top_builddir)/config.status |