Try to correct the NWELL non-unification problem.

Maybe not using the right libraries.
This commit is contained in:
Jean-Paul Chaput 2012-04-09 16:28:12 +00:00
parent 6651a96ecc
commit 4bec64cf0e
1 changed files with 8 additions and 8 deletions

View File

@ -22,14 +22,14 @@ bin_PROGRAMS = druc
AM_CFLAGS = -I$(top_srcdir)/mbk/src -I$(top_srcdir)/rds/src
druc_LDADD = -L. -lVrd \
-L$(top_builddir)/rds/src -lRtl -lRgs \
-L$(top_builddir)/rdscif/src -lRcf -lRfm -lRpr -lRwi -lRut \
-L$(top_builddir)/rdsgds/src -lRds \
-L$(top_builddir)/mbk/src -lMpu \
-L$(top_builddir)/mbkvti/src -lMcp \
-L$(top_builddir)/mbkap/src -lMap \
-L$(top_builddir)/mbkmg/src -lMmg -lMph \
druc_LDADD = $(ALLIANCE_LIBS) -L. -lVrd \
-L$(top_srcdir)/rds/src -lRtl -lRgs \
-L$(top_srcdir)/rdscif/src -lRcf -lRfm -lRpr -lRwi -lRut \
-L$(top_srcdir)/rdsgds/src -lRds \
-L$(top_srcdir)/mbk/src -lMpu \
-L$(top_srcdir)/mbkvti/src -lMcp \
-L$(top_srcdir)/mbkap/src -lMap \
-L$(top_srcdir)/mbkmg/src -lMmg -lMph \
-lMut
druc_SOURCES = \