Skip to content

Commit

Permalink
remove unnecessary paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Dec 17, 2024
1 parent fdaa992 commit aa04ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vslib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DISABLED_FLAGS= \
-Wno-cast-qual

# TODO fix multiple paths
AM_CFLAGS = -I/usr/include/vpp_plugins -fPIC $(CFLAGS_COMMON) $(DISABLED_FLAGS) -I. #-I.. -I../../ -I../../../
AM_CFLAGS = -I/usr/include/vpp_plugins -fPIC $(CFLAGS_COMMON) $(DISABLED_FLAGS) -I.

lib_LTLIBRARIES = libsaivs.la

Expand Down

0 comments on commit aa04ead

Please sign in to comment.