src/Makefile.am: Build src directory (libosmo-rspro) before sub-directories

This ensures that libosmo-rspro is first built/installed, before the
programs that depend on it are.

This resolves warnings like
libtool: warning: '../../src/libosmo-rspro.la' has not been installed in '/tmp/osmo-remsim/osmo-remsim-0.2.2.59-2f5c/_inst/lib'
during the build process.

Change-Id: I928ff36406986cd0d3fe493f258864a38ce37798
This commit is contained in:
Harald Welte 2020-03-04 10:14:34 +00:00 committed by Harald Welte
parent 2637f4da22
commit d938e4344f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS = rspro
SUBDIRS = rspro .
if BUILD_BANKD
SUBDIRS += bankd
endif