Remaining cleanup in vasy & druc Makefile.am

* Bug: References to now non-existent libraries (vasy) and one
    forgotten LIBADD (druc).
This commit is contained in:
Jean-Paul Chaput 2014-04-28 15:30:07 +02:00
parent c1f401b681
commit c642584e34
2 changed files with 2 additions and 3 deletions

View File

@ -10,6 +10,7 @@ vmcrelat.h vmctools.c vmctools.h vmcunify.c vmcunify.h
CFLAGS = $(ALLIANCE_CFLAGS) -g -O0
libVrd_la_LDFLAGS = -version-info @VRD_DLL_VERSION@
libVrd_la_LIBADD = -lRds -lMut
CLEANFILES = drucompi_l.c drucompi_y.h drucompi_y.c

View File

@ -11,8 +11,7 @@ AM_CFLAGS = @ALLIANCE_CFLAGS@ \
-I$(top_srcdir)/rtn/src \
-I$(top_srcdir)/vex/src \
-I$(top_srcdir)/vbh/src \
-I$(top_srcdir)/vpn/src \
-I$(top_srcdir)/vtl/src
-I$(top_srcdir)/vpn/src
vasy_LDADD = @ALLIANCE_LIBS@ \
-L$(top_srcdir)/abl/src \
@ -24,7 +23,6 @@ vasy_LDADD = @ALLIANCE_LIBS@ \
-L$(top_srcdir)/vbh/src \
-L$(top_srcdir)/vex/src \
-L$(top_srcdir)/vpn/src \
-L$(top_srcdir)/vtl/src \
-lRtd -lRtn -lVpn -lVbh \
-lVex -lBdd -lAbl -lAut -lMut