Lines Matching refs:src

14  src/Makefile.am              |  7 +++++--
15 src/libsoftether/Makefile.am | 34 ++++++++++++++++++++++++++++++++++
16 src/vpnbridge/Makefile.am | 3 +--
17 src/vpnclient/Makefile.am | 3 +--
18 src/vpncmd/Makefile.am | 3 +--
19 src/vpnserver/Makefile.am | 3 +--
21 create mode 100644 src/libsoftether/Makefile.am
28 src/Mayaqua/Makefile
29 src/Cedar/Makefile
30 src/hamcorebuilder/Makefile
31 + src/libsoftether/Makefile
32 src/bin/hamcore/Makefile
33 src/vpnserver/Makefile
34 src/vpnclient/Makefile
35 diff --git a/src/Makefile.am b/src/Makefile.am
37 --- a/src/Makefile.am
38 +++ b/src/Makefile.am
50 diff --git a/src/libsoftether/Makefile.am b/src/libsoftether/Makefile.am
54 +++ b/src/libsoftether/Makefile.am
88 + $(top_builddir)/src/Mayaqua/libmayaqua.la \
89 + $(top_builddir)/src/Cedar/libcedar.la
90 diff --git a/src/vpnbridge/Makefile.am b/src/vpnbridge/Makefile.am
92 --- a/src/vpnbridge/Makefile.am
93 +++ b/src/vpnbridge/Makefile.am
98 - $(top_builddir)/src/Mayaqua/libmayaqua.la \
99 - $(top_builddir)/src/Cedar/libcedar.la
100 + $(top_builddir)/src/libsoftether/libsoftether.la
101 diff --git a/src/vpnclient/Makefile.am b/src/vpnclient/Makefile.am
103 --- a/src/vpnclient/Makefile.am
104 +++ b/src/vpnclient/Makefile.am
109 - $(top_builddir)/src/Mayaqua/libmayaqua.la \
110 - $(top_builddir)/src/Cedar/libcedar.la
111 + $(top_builddir)/src/libsoftether/libsoftether.la
112 diff --git a/src/vpncmd/Makefile.am b/src/vpncmd/Makefile.am
114 --- a/src/vpncmd/Makefile.am
115 +++ b/src/vpncmd/Makefile.am
120 - $(top_builddir)/src/Mayaqua/libmayaqua.la \
121 - $(top_builddir)/src/Cedar/libcedar.la
122 + $(top_builddir)/src/libsoftether/libsoftether.la
123 diff --git a/src/vpnserver/Makefile.am b/src/vpnserver/Makefile.am
125 --- a/src/vpnserver/Makefile.am
126 +++ b/src/vpnserver/Makefile.am
131 - $(top_builddir)/src/Mayaqua/libmayaqua.la \
132 - $(top_builddir)/src/Cedar/libcedar.la
133 + $(top_builddir)/src/libsoftether/libsoftether.la