]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/PathOptions.hxx
Remove automake ignores.
[simgear.git] / simgear / misc / PathOptions.hxx
index 9b14d6e8aa07ec65fcb4db9ef705024df276346e..8d4186a71253eaeb12b7be5fefad7ced7f9e1cfb 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef PATHOPTIONSHXX
 #define PATHOPTIONSHXX 1
 
+#ifndef NO_OPENSCENEGRAPH_INTERFACE
 #include <osgDB/ReaderWriter>
 #include <simgear/misc/sg_path.hxx>
 
@@ -28,3 +29,5 @@ namespace simgear
 osgDB::ReaderWriter::Options* makeOptionsFromPath(const SGPath&);
 }
 #endif
+
+#endif