Skip to content

Commit

Permalink
added pio_error.c to Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 20, 2020
1 parent 9816c7e commit f2a2e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include_HEADERS = pio.h uthash.h pio_meta.h
libpioc_la_SOURCES = bget.c pioc_sc.c pio_darray.c pio_file.c \
pio_getput_int.c pio_msg.c pio_nc.c pio_rearrange.c pioc.c \
pioc_support.c pio_darray_int.c pio_get_nc.c pio_lists.c pio_nc4.c \
pio_put_nc.c pio_spmd.c pio_get_vard.c pio_put_vard.c pio_internal.h \
bget.h uthash.h pio_error.h
pio_put_nc.c pio_spmd.c pio_get_vard.c pio_put_vard.c pio_error.c \
pio_internal.h bget.h uthash.h pio_error.h

EXTRA_DIST = CMakeLists.txt topology.c pio_meta.h.in

0 comments on commit f2a2e63

Please sign in to comment.