Build the KLN89 stuff...
This commit is contained in:
parent
c94072c417
commit
4be8a31d4b
2 changed files with 2 additions and 0 deletions
|
@ -523,6 +523,7 @@ AC_CONFIG_FILES([ \
|
|||
src/GUI/Makefile \
|
||||
src/Input/Makefile \
|
||||
src/Instrumentation/Makefile \
|
||||
src/Instrumentation/KLN89/Makefile \
|
||||
src/Main/Makefile \
|
||||
src/Main/runfgfs \
|
||||
src/Main/runfgfs.bat \
|
||||
|
|
|
@ -72,6 +72,7 @@ fgfs_LDADD = \
|
|||
$(top_builddir)/src/GUI/libGUI.a \
|
||||
$(top_builddir)/src/Autopilot/libAutopilot.a \
|
||||
$(top_builddir)/src/Input/libInput.a \
|
||||
$(top_builddir)/src/Instrumentation/KLN89/libKLN89.a \
|
||||
$(top_builddir)/src/Instrumentation/libInstrumentation.a \
|
||||
$(top_builddir)/src/Model/libModel.a \
|
||||
$(top_builddir)/src/AIModel/libAIModel.a \
|
||||
|
|
Loading…
Add table
Reference in a new issue