Skip to content

Commit

Permalink
now install uthash.h
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jul 3, 2019
1 parent f3bd166 commit 904b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lib_LTLIBRARIES = libpioc.la
libpioc_la_LDFLAGS = -version-info 2:0:1

# The library header file will be installed in include dir.
include_HEADERS = pio.h
include_HEADERS = pio.h uthash.h

# The library soure files.
libpioc_la_SOURCES = bget.c pioc_sc.c pio_darray.c pio_file.c \
Expand Down

0 comments on commit 904b56a

Please sign in to comment.