forked from pool/osmo-ggsn
This commit is contained in:
parent
b083f51e20
commit
37dfc1c869
@ -14,8 +14,9 @@
|
|||||||
gtp/Makefile.am | 3 ++-
|
gtp/Makefile.am | 3 ++-
|
||||||
lib/Makefile.am | 8 +++++---
|
lib/Makefile.am | 8 +++++---
|
||||||
sgsnemu/Makefile.am | 9 ++++-----
|
sgsnemu/Makefile.am | 9 ++++-----
|
||||||
|
tests/gtp/Makefile.am | 2 +-
|
||||||
tests/lib/Makefile.am | 4 ++--
|
tests/lib/Makefile.am | 4 ++--
|
||||||
6 files changed, 20 insertions(+), 21 deletions(-)
|
7 files changed, 21 insertions(+), 22 deletions(-)
|
||||||
|
|
||||||
Index: osmo-ggsn-1.1.0/ggsn/Makefile.am
|
Index: osmo-ggsn-1.1.0/ggsn/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
@ -124,6 +125,19 @@ Index: osmo-ggsn-1.1.0/sgsnemu/Makefile.am
|
|||||||
-sgsnemu_DEPENDENCIES = ../gtp/libgtp.la ../lib/libmisc.a
|
-sgsnemu_DEPENDENCIES = ../gtp/libgtp.la ../lib/libmisc.a
|
||||||
+sgsnemu_LDADD = @EXEC_LDADD@ ../gtp/libgtp.la ../lib/libmisc.la $(LIBOSMOCORE_LIBS)
|
+sgsnemu_LDADD = @EXEC_LDADD@ ../gtp/libgtp.la ../lib/libmisc.la $(LIBOSMOCORE_LIBS)
|
||||||
sgsnemu_SOURCES = sgsnemu.c cmdline.c cmdline.h
|
sgsnemu_SOURCES = sgsnemu.c cmdline.c cmdline.h
|
||||||
|
Index: osmo-ggsn-1.1.0/tests/gtp/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- osmo-ggsn-1.1.0.orig/tests/gtp/Makefile.am
|
||||||
|
+++ osmo-ggsn-1.1.0/tests/gtp/Makefile.am
|
||||||
|
@@ -13,7 +13,7 @@ gtpie_test_SOURCES = \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
gtpie_test_LDADD = \
|
||||||
|
- $(top_builddir)/lib/debug.o \
|
||||||
|
+ $(top_builddir)/lib/debug.lo \
|
||||||
|
$(top_builddir)/gtp/libgtp.la \
|
||||||
|
$(LIBOSMOCORE_LIBS) \
|
||||||
|
$(NULL)
|
||||||
Index: osmo-ggsn-1.1.0/tests/lib/Makefile.am
|
Index: osmo-ggsn-1.1.0/tests/lib/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- osmo-ggsn-1.1.0.orig/tests/lib/Makefile.am
|
--- osmo-ggsn-1.1.0.orig/tests/lib/Makefile.am
|
||||||
|
Loading…
Reference in New Issue
Block a user