X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.common.in;h=cd240618d49878259e2aeb5c860726ca6c01a3c4;hb=066a38adf95543bf8d29724681fa0303d67f0bfc;hp=52fa00254ed85bdf01c320221fbfbe90f6c70889;hpb=c7ab63a07c2c3da85a15a3be5e5e20cb2b432065;p=fw%2Fsdcc diff --git a/Makefile.common.in b/Makefile.common.in index 52fa0025..cd240618 100644 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -50,6 +50,8 @@ CPPFLAGS = $(INCLUDEFLAGS) -I. -I$(PRJDIR) -I$(SLIB) CFLAGS = @CFLAGS@ -Wall M_OR_MM = @M_OR_MM@ +EXTRALIBS = @LIBS@ + # Shared settings between all the sub Makefiles # Done here so that we don't have to start a Make from the top levelport # directory.