Skip to content

Commit

Permalink
adding set_flags.am
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 23, 2019
1 parent 3a34128 commit b1cbbba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ SUBDIRS = src tests examples
# Look in the m4 directory for autotools stuff.
ACLOCAL_AMFLAGS= -I m4

EXTRA_DIST = CMakeLists.txt
EXTRA_DIST = CMakeLists.txt set_flags.am
7 changes: 2 additions & 5 deletions tests/general/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@

# Ed Hartnett 3/22/19

# Link to our assembled library.
AM_LDFLAGS = ${top_builddir}/src/clib/libpio.la
AM_CPPFLAGS = -I$(top_srcdir)/src/flib
AM_CPPFLAGS += "-D_NETCDF -D_NETCDF4 -D_PETCDF"
LDADD = ${top_builddir}/src/clib/libpiof.la
# Put together AM_CPPFLAGS and AM_LDFLAGS.
include $(top_srcdir)/set_flags.am

# # Build the test for make check.
# check_PROGRAMS = pio_unit_test_driver
Expand Down

0 comments on commit b1cbbba

Please sign in to comment.