Some more small problems after the dynamic library reorganisation.
This commit is contained in:
parent
c642584e34
commit
580913d8cd
|
@ -28,7 +28,9 @@ asimut_LDADD = -L. libSch.la -lBvl -lBhl \
|
|||
-L$(top_builddir)/beh/src \
|
||||
-L$(top_builddir)/pat/src \
|
||||
-L$(top_builddir)/log/src \
|
||||
-lMlu -lRcn -lBvl -lBhl -lBeh -lPat -lLog -lMut
|
||||
-L$(top_builddir)/abl/src \
|
||||
-L$(top_builddir)/aut/src \
|
||||
-lAut -lAbl -lMlu -lRcn -lBvl -lBhl -lBeh -lPat -lLog -lMut
|
||||
|
||||
asimut_SOURCES = beh_delay.h c_fsyn_sr1k_56.c vh_debug.c vh_lspec.c vh_util.h vh_init.h \
|
||||
beh_setdelay.c c_fsyn_sr4k_10.c vh_debug.h vh_lspec.h vh_xcomm.c \
|
||||
|
|
|
@ -25,8 +25,8 @@ bin_PROGRAMS = druc
|
|||
AM_CFLAGS = -I$(top_srcdir)/mbk/src -I$(top_srcdir)/rds/src
|
||||
|
||||
druc_LDADD = $(ALLIANCE_LIBS) -L. libVrd.la \
|
||||
-L$(builddir)/../../rds/src -lRds \
|
||||
-L$(builddir)/../../mbk/src -lMpu -lMut
|
||||
-L$(builddir)/../../rds/src/.libs -lRds \
|
||||
-L$(builddir)/../../mbk/src/.libs -lMpu -lMut
|
||||
|
||||
druc_SOURCES = \
|
||||
drucbath.c drucbath.h
|
||||
|
|
|
@ -13,6 +13,8 @@ AM_CFLAGS = @ALLIANCE_CFLAGS@ \
|
|||
bin_PROGRAMS = mips_asm
|
||||
|
||||
mips_asm_LDADD = @ALLIANCE_LIBS@ \
|
||||
-L$(top_srcdir)/abl/src \
|
||||
-L$(top_srcdir)/aut/src \
|
||||
-L$(top_srcdir)/beh/src \
|
||||
-L$(top_srcdir)/log/src \
|
||||
-L$(top_srcdir)/mbk/src \
|
||||
|
|
|
@ -9,6 +9,8 @@ AM_CFLAGS = @ALLIANCE_CFLAGS@ -I$(top_srcdir)/beh/src \
|
|||
|
||||
proof_LDADD = @ALLIANCE_LIBS@ \
|
||||
-L$(top_srcdir)/asimut/src \
|
||||
-L$(top_srcdir)/abl/src \
|
||||
-L$(top_srcdir)/aut/src \
|
||||
-L$(top_srcdir)/beh/src \
|
||||
-L$(top_srcdir)/bhl/src \
|
||||
-L$(top_srcdir)/bvl/src \
|
||||
|
|
|
@ -5,6 +5,7 @@ AM_CFLAGS = @ALLIANCE_CFLAGS@ @X_CFLAGS@ \
|
|||
-DXVPN_DEFAULT_PARAM_NAME=\"${ALLIANCE_TOP}/etc/xvpn.par\" \
|
||||
-DXMS_FILE_NAME=\".xvpn.cfg\" \
|
||||
-I$(top_srcdir)/aut/src \
|
||||
-I$(top_srcdir)/vbh/src \
|
||||
-I$(top_srcdir)/vex/src \
|
||||
-I$(top_srcdir)/vpn/src \
|
||||
-I$(top_srcdir)/vtl/src \
|
||||
|
|
Loading…
Reference in New Issue