]> git.mxchange.org Git - simgear.git/blobdiff - simgear/screen/Makefile.am
Added a touch of error checking to the screen dump routine, i.e. don't
[simgear.git] / simgear / screen / Makefile.am
index 84c9832e38841175a15a78d20a5bb0e25e07cd01..f645ccfd522b7abeef2d10eb08f24702efa3082c 100644 (file)
@@ -1,3 +1,5 @@
+includedir = @includedir@/screen
+
 lib_LIBRARIES = libsgscreen.a
 
 include_HEADERS = screen-dump.hxx
@@ -7,4 +9,4 @@ libsgscreen_a_SOURCES = \
        screen-dump.cxx \
        win32-printer.h
 
-INCLUDES += -I$(top_builddir)/src
+INCLUDES += -I$(top_builddir)