forked from sonic-net/sonic-swss
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* replaced tabs with spaces * change type& var, to type &var * change to conditional build on swssconfig if json.hpp is present - eliminates need of 3rd party license.
- Loading branch information
Hrachya Mughnetsyan
committed
Apr 4, 2016
1 parent
0168abc
commit b70378c
Showing
4 changed files
with
167 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
SUBDIRS = neighsyncd intfsyncd portsyncd orchagent swssconfig | ||
SUBDIRS = neighsyncd intfsyncd portsyncd orchagent | ||
|
||
if FPM | ||
SUBDIRS += fpmsyncd | ||
endif | ||
|
||
if SWSSCONFIG | ||
SUBDIRS += swssconfig | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
INCLUDES = -I $(top_srcdir) | ||
INCLUDES = -I $(top_srcdir) -I $(NLOHMANN_JSON_PATH) | ||
|
||
bin_PROGRAMS = swssconfig | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters