diff options
| author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-07-06 21:53:40 +0200 |
|---|---|---|
| committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-07-06 21:53:40 +0200 |
| commit | 19db8e9efff033a921b8ec8151e6b7488ba0e29c (patch) | |
| tree | 2f5ddf2b4b37fcbe3d67c2ef92b4c2725b5fc1f0 /src/libimcv/plugins/imc_test | |
| parent | 93095183dde59235c5d14213d52e8096264dfb88 (diff) | |
| download | strongswan-19db8e9efff033a921b8ec8151e6b7488ba0e29c.tar.bz2 strongswan-19db8e9efff033a921b8ec8151e6b7488ba0e29c.tar.xz | |
install IMC and IMV dynamic libraries in imcvs directory
Diffstat (limited to 'src/libimcv/plugins/imc_test')
| -rw-r--r-- | src/libimcv/plugins/imc_test/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/libimcv/plugins/imc_test/Makefile.am b/src/libimcv/plugins/imc_test/Makefile.am index 893d32a00..b55e7bcd4 100644 --- a/src/libimcv/plugins/imc_test/Makefile.am +++ b/src/libimcv/plugins/imc_test/Makefile.am @@ -4,13 +4,12 @@ INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libtncif \ AM_CFLAGS = -rdynamic -plugin_LTLIBRARIES = libstrongswan-imc-test.la +imcv_LTLIBRARIES = imc-test.la -libstrongswan_imc_test_la_LIBADD = $(top_builddir)/src/libimcv/libimcv.la \ +imc_test_la_LIBADD = $(top_builddir)/src/libimcv/libimcv.la \ $(top_builddir)/src/libstrongswan/libstrongswan.la -libstrongswan_imc_test_la_SOURCES = imc_test.c \ - imc_test_state.h imc_test_state.c +imc_test_la_SOURCES = imc_test.c imc_test_state.h imc_test_state.c -libstrongswan_imc_test_la_LDFLAGS = -module -avoid-version +imc_test_la_LDFLAGS = -module -avoid-version |
