Skip to content

Commit

Permalink
Makefile: add extra_objs to opensips dependencies
Browse files Browse the repository at this point in the history
(cherry picked from commit 81b19cb5d24430b5e2ea129a2b0d4b07d8a74c98)

Conflicts:
	Makefile.rules

(cherry picked from commit 45d526c2c2780fd01639c96a30be8a88819db01c)

Conflicts:
	Makefile.rules
  • Loading branch information
razvancrainea committed Jul 15, 2014
1 parent 51ba68a commit 1c601a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.rules
Expand Up @@ -31,9 +31,9 @@ all_utils:=$(addprefix utils/, $(all_utils))


# normal rules
$(NAME): $(NEWSVNREVISION) $(objs) $(ALLDEP)
$(NAME): $(NEWSVNREVISION) $(objs) $(extra_objs) $(ALLDEP)
@echo "Linking $(NAME)"
$(Q)$(LD) $(LDFLAGS) $(objs) $(extra_objs) $(LIBS) -o $(NAME)
$(Q)$(LD) $(LDFLAGS) $(objs) $(extra_objs) $(LIBS) -o $(NAME)


.PHONY: all
Expand Down

0 comments on commit 1c601a3

Please sign in to comment.