Skip to content

Commit

Permalink
Another version update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcechini committed Jul 7, 2021
1 parent a29a4d2 commit f2061f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mrf_apps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
include Makefile.lcl

TARGETS = can mrf_insert
GDAL_INCLUDE = -I $(PREFIX)/include -I $(GDAL_ROOT) -I /build/build/rpmbuild/BUILDROOT/gibs-gdal-2.4.4-3.el8.x86_64/usr/include/ -I /build/build/rpmbuild/BUILD/gibs-gdal-2.4.4/build/gdal/
LIBDIR = /build/build/rpmbuild/BUILDROOT/gibs-gdal-2.4.4-3.el8.x86_64/usr/lib64
BINDIR = /build/build/rpmbuild/BUILDROOT/gibs-gdal-2.4.4-3.el8.x86_64/usr/bin/
GDAL_INCLUDE = -I $(PREFIX)/include -I $(GDAL_ROOT) -I /build/build/rpmbuild/BUILDROOT/gibs-gdal-2.4.4-4.el8.x86_64/usr/include/ -I /build/build/rpmbuild/BUILD/gibs-gdal-2.4.4/build/gdal/
LIBDIR = /build/build/rpmbuild/BUILDROOT/gibs-gdal-2.4.4-4.el8.x86_64/usr/lib64
BINDIR = /build/build/rpmbuild/BUILDROOT/gibs-gdal-2.4.4-4.el8.x86_64/usr/bin/
CP=cp

INCLUDES = $(GDAL_INCLUDE)
Expand Down

0 comments on commit f2061f7

Please sign in to comment.