Skip to content

Commit

Permalink
(build) further attempt at fixing the -DHAVE_CONFIG_H bug
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Nov 29, 2024
1 parent 10a01fd commit c2d6410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ libpgplot_la_SOURCES = giza-fortran.F90 giza-pgplot.f90
# fix issue with -DHAVE_CONFIG_H being passed incorrectly to libtool
libpgplot_la_FCFLAGS = $(AM_FCFLAGS)
libpgplot_la_FFLAGS = $(AM_FFLAGS)
libpgplot_la_CPPFLAGS = $(AM_CPPFLAGS)
libpgplot_la_CPPFLAGS =

libpgplot_la_LDFLAGS = $(libcpgplot_la_LDFLAGS) -static

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ libpgplot_la_SOURCES = giza-fortran.F90 giza-pgplot.f90
# fix issue with -DHAVE_CONFIG_H being passed incorrectly to libtool
libpgplot_la_FCFLAGS = $(AM_FCFLAGS)
libpgplot_la_FFLAGS = $(AM_FFLAGS)
libpgplot_la_CPPFLAGS = $(AM_CPPFLAGS)
libpgplot_la_CPPFLAGS =
libpgplot_la_LDFLAGS = $(libcpgplot_la_LDFLAGS) -static
include_HEADERS = cpgplot.h giza.h giza-shared.h giza-version.h giza-fortran.F90
pkgconfigdir = $(libdir)/pkgconfig
Expand Down

0 comments on commit c2d6410

Please sign in to comment.