X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.common.in;fp=Makefile.common.in;h=cd240618d49878259e2aeb5c860726ca6c01a3c4;hb=5df1b9a579235d42fcec8a8884808334ed99a246;hp=52fa00254ed85bdf01c320221fbfbe90f6c70889;hpb=11e3839c21831fa11d5508b05a57320e02f12330;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.