Skip to content

Commit

Permalink
remove unintended Makefile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sflow committed Nov 1, 2019
1 parent 4203b07 commit 7c2b913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hsflowd.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: host sFlow daemon
Name: hsflowd
Version: 2.0.25
Release: 4
Release: 5
License: http://sflow.net/license.html
Group: Applications/Internet
URL: http://sflow.net
Expand Down
2 changes: 1 addition & 1 deletion src/Linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ EAPI: mod_eapi.so
######### hsflowd #########

hsflowd: $(OBJS_HSFLOWD) $(HEADERS)
$(CC) $(CFLAGS) -o $@ $(OBJS_HSFLOWD) mod_docker.o $(LIBS) $(LIBS_HSFLOWD) -rdynamic
$(CC) $(CFLAGS) -o $@ $(OBJS_HSFLOWD) $(LIBS) $(LIBS_HSFLOWD) -rdynamic

######## DBUS utils ##########

Expand Down

0 comments on commit 7c2b913

Please sign in to comment.