]> git.mxchange.org Git - simgear.git/blobdiff - simgear/xgl/Makefile.am
Oops, references to built libs need to be relative to $(top_builddir)
[simgear.git] / simgear / xgl / Makefile.am
index 13d95f707da7ea8fdfb50d1fe6195da36237ba88..5381436a184cb9a3c53779a47b8e0658b55ad5a9 100644 (file)
@@ -1,7 +1,9 @@
+includedir = @includedir@/xgl
+
 lib_LIBRARIES = libsgxgl.a
 
 include_HEADERS = xgl.h
 
 libsgxgl_a_SOURCES = xgl.c xglUtils.c
 
-INCLUDES += -I$(top_builddir)
+INCLUDES += -I$(top_srcdir)