Skip to content

Commit

Permalink
Fix clp not being included for Packetmill when using the --disable-te…
Browse files Browse the repository at this point in the history
…st option
  • Loading branch information
Emilevillette authored and tbarbette committed Nov 4, 2024
1 parent 91a3454 commit 199ca4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userlevel/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ LLVM_OBJS = @LLVM_OBJS@
LIBOBJS = $(GENERIC_OBJS) $(STD_ELEMENT_OBJS) clp.o exportstub.o
STD_ELEMENT_OBJS = addressinfo.o alignmentinfo.o \
errorelement.o portinfo.o scheduleinfo.o
OBJS = $(ELEMENT_OBJS) $(ELEMENTSCONF)$(ELEMENTSSUFFIX).o click.o
OBJS = $(ELEMENT_OBJS) $(ELEMENTSCONF)$(ELEMENTSSUFFIX).o clp.o click.o

CPPFLAGS = @CPPFLAGS@ -DCLICK_USERLEVEL
CFLAGS = @CFLAGS@
Expand Down

0 comments on commit 199ca4e

Please sign in to comment.