-
Notifications
You must be signed in to change notification settings - Fork 529
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 5, 2016
1 parent
0168abc
commit 8559316
Showing
5 changed files
with
168 additions
and
155 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
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