Skip to content

Commit

Permalink
Rename base58.h to libbase58.h to decrease chance of conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Aug 18, 2014
1 parent 201d210 commit 09d549e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ libbase58_la_SOURCES = base58.c
libbase58_la_LDFLAGS = -version-info $(LIBBASE58_SO_VERSION) -no-undefined

libbase58_includedir = $(includedir)
libbase58_include_HEADERS = base58.h
libbase58_include_HEADERS = libbase58.h

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libbase58.pc
Expand Down
2 changes: 1 addition & 1 deletion clitool.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include <gcrypt.h>

#include "base58.h"
#include "libbase58.h"

static
bool my_sha256(void *digest, const void *data, size_t datasz)
Expand Down
File renamed without changes.

0 comments on commit 09d549e

Please sign in to comment.