Skip to content

Commit ee49926

Browse files
author
Shuotian Cheng
authored
[Makefile]: Remove header files from source files (sonic-net#883)
Signed-off-by: Shu0T1an ChenG <[email protected]>
1 parent 015fc62 commit ee49926

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

orchagent/Makefile.am

+1-33
Original file line numberDiff line numberDiff line change
@@ -49,39 +49,7 @@ orchagent_SOURCES = \
4949
vnetorch.cpp \
5050
dtelorch.cpp \
5151
flexcounterorch.cpp \
52-
watermarkorch.cpp \
53-
acltable.h \
54-
aclorch.h \
55-
bufferorch.h \
56-
copporch.h \
57-
directory.h \
58-
fdborch.h \
59-
intfsorch.h \
60-
mirrororch.h \
61-
neighorch.h \
62-
notifications.h \
63-
observer.h \
64-
orch.h \
65-
orchdaemon.h \
66-
pfcactionhandler.h \
67-
pfcwdorch.h \
68-
port.h \
69-
portsorch.h \
70-
qosorch.h \
71-
routeorch.h \
72-
saihelper.h \
73-
switchorch.h \
74-
swssnet.h \
75-
tunneldecaporch.h \
76-
crmorch.h \
77-
request_parser.h \
78-
vrforch.h \
79-
dtelorch.h \
80-
countercheckorch.h \
81-
vxlanorch.h \
82-
vnetorch.h \
83-
flexcounterorch.h \
84-
watermarkorch.h
52+
watermarkorch.cpp
8553

8654
orchagent_CFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON) $(CFLAGS_SAI)
8755
orchagent_CPPFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON) $(CFLAGS_SAI)

0 commit comments

Comments
 (0)