Skip to content

Commit

Permalink
fixed the build-error introduced by one of the last commits (libremap#2)
Browse files Browse the repository at this point in the history
* fixed the build-error introduced by one of the last commits

* rename the babel plugin to babeld because babeld is the correct nomenclature
  • Loading branch information
egon0 authored and aparcar committed Feb 19, 2019
1 parent 2aaf006 commit 85189fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libremap-agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $(eval $(call BuildPlugin,location,location,))
$(eval $(call BuildPlugin,olsr,olsr,))
$(eval $(call BuildPlugin,system,system,))
$(eval $(call BuildPlugin,wireless,wireless,))
$(eval $(call BuildPlugin,babel,babel,))
$(eval $(call BuildPlugin,babeld,babeld,))
$(eval $(call BuildPlugin,bmx6,bmx6,))
$(eval $(call BuildPlugin,qmp,qmp,))

Expand Down

0 comments on commit 85189fc

Please sign in to comment.