Skip to content

Commit

Permalink
Remove unnecessary include from Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 21, 2021
1 parent b2e368e commit a4bc9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AM_CXXFLAGS = $(SAIINC) -I$(top_srcdir)/lib
AM_CXXFLAGS = $(SAIINC)

lib_LTLIBRARIES = libsairedis.la

Expand Down
2 changes: 1 addition & 1 deletion vslib/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AM_CXXFLAGS = $(SAIINC) -I$(top_srcdir)/vslib -I$(top_srcdir)/lib -I/usr/include/libnl3
AM_CXXFLAGS = $(SAIINC) -I$(top_srcdir)/lib -I/usr/include/libnl3

lib_LTLIBRARIES = libsaivs.la

Expand Down

0 comments on commit a4bc9e4

Please sign in to comment.