Skip to content
Snippets Groups Projects
Commit c2da0ae6 authored by James Goppert's avatar James Goppert
Browse files

Modified include path for out of source build to work.

parent adc63311
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ src/Trim*
prep_plot
# Generated Files
confdefs
*.ps
*.sce
*.ui.h
......
......@@ -4,6 +4,6 @@ SUBDIRS = aeromatic
noinst_PROGRAMS = prep_plot
prep_plot_CPPFLAGS = -I ../input_output
prep_plot_CPPFLAGS = -I ${TOP_SRCDIR}/src/input_output
prep_plot_SOURCES = prep_plot.cpp ../simgear/xml/easyxml.cxx plotXMLVisitor.cpp
prep_plot_LDADD = -lexpat
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment