Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packaging: Move common and tests to sonic-common repo #8

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
SUBDIRS = common neighsyncd intfsyncd portsyncd orchagent

if TESTS
SUBDIRS += tests
endif
SUBDIRS = neighsyncd intfsyncd portsyncd orchagent

if FPM
SUBDIRS += fpmsyncd
Expand Down
30 changes: 0 additions & 30 deletions common/Makefile.am

This file was deleted.

149 changes: 0 additions & 149 deletions common/consumertable.cpp

This file was deleted.

38 changes: 0 additions & 38 deletions common/consumertable.h

This file was deleted.

74 changes: 0 additions & 74 deletions common/dbconnector.cpp

This file was deleted.

38 changes: 0 additions & 38 deletions common/dbconnector.h

This file was deleted.

39 changes: 0 additions & 39 deletions common/ipaddress.cpp

This file was deleted.

Loading