* flatlo/src/Makefile.am :
- Remplacement de "Mvl" par "Mvg" pour ne plus buter sur les GENERICS dans les vst.
This commit is contained in:
parent
39aa243355
commit
11891e7e30
|
@ -1,9 +1,25 @@
|
|||
# $Id: Makefile.am,v 1.3 2002/10/01 21:09:51 pnt Exp $
|
||||
# $Id: Makefile.am,v 1.4 2002/10/29 18:50:46 jpc Exp $
|
||||
|
||||
AM_CFLAGS = @ALLIANCE_CFLAGS@
|
||||
AM_CFLAGS =
|
||||
|
||||
bin_PROGRAMS = flatlo
|
||||
bin_PROGRAMS = flatlo
|
||||
|
||||
flatlo_LDADD = -lAbv \
|
||||
-lAbe \
|
||||
-lAbt \
|
||||
-lMlu \
|
||||
-lMcl \
|
||||
-lMal \
|
||||
-lMsl \
|
||||
-lMhl \
|
||||
-lMel \
|
||||
-lMvg \
|
||||
-lMgl \
|
||||
-lRcn \
|
||||
-lMlo \
|
||||
-lBdd \
|
||||
-lAbl \
|
||||
-lAut \
|
||||
-lMut
|
||||
|
||||
flatlo_LDADD = @ALLIANCE_LIBS@ -lAbv -lAbe -lAbt -lMlu -lMcl -lMal -lMsl -lMhl -lMel -lMvl -lMgl -lRcn -lMlo -lBdd -lAbl -lAut -lMut
|
||||
|
||||
flatlo_SOURCES = flatlo.c
|
||||
|
|
Loading…
Reference in New Issue