Skip to content

Commit

Permalink
fixed jsbsim sim, don't add jsbsim_ir.c to sources twice
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jul 20, 2011
1 parent a447108 commit e56ab4e
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -36,4 +36,6 @@ $(TARGET).srcs += subsystems/sensors/infrared.c
$(TARGET).srcs += subsystems/sensors/infrared_adc.c

sim.srcs += $(SRC_ARCH)/sim_ir.c
jsbsim.srcs += $(SRC_ARCH)/jsbsim_ir.c

# is already added to sources in autopilot.makefile
#jsbsim.srcs += $(SRC_ARCH)/jsbsim_ir.c

0 comments on commit e56ab4e

Please sign in to comment.