diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-02-19 16:10:51 +0900 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-02-19 16:10:51 +0900 |
commit | 49cc32b0a3ceee4dad17d2910b7e9de29ac65db7 (patch) | |
tree | 9626c04f5b3042edf6547c8b47a6177abbe335f7 | |
parent | a62648b0b05f80c97ac470f114024c7c8eee7e9a (diff) |
vty: Revert Makefile.am change for libosmocore dependency
-rw-r--r-- | src/vty/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am index 8d730c3c..7353ab84 100644 --- a/src/vty/Makefile.am +++ b/src/vty/Makefile.am @@ -10,5 +10,5 @@ lib_LTLIBRARIES = libosmovty.la libosmovty_la_SOURCES = buffer.c command.c vty.c vector.c utils.c \ telnet_interface.c logging_vty.c -libosmovty_la_LIBADD = -losmocore $(top_builddir)/src/libosmocore.la +libosmovty_la_LIBADD = $(top_builddir)/src/libosmocore.la endif |