summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTony Kelman <tony@kelman.net>2014-09-23 11:08:52 -0700
committerTony Kelman <tony@kelman.net>2014-09-23 11:08:52 -0700
commitd61d551d5a4cb5a47e244928bc87fc95a4a4e88a (patch)
tree8cdcd094f2fc9ea0433c677d024d2a47602d729b /Makefile
parent6b6786598483bdc8f9c1f743bd154137a3820886 (diff)
downloadlibutf8proc-d61d551d5a4cb5a47e244928bc87fc95a4a4e88a.tar.gz
libutf8proc-d61d551d5a4cb5a47e244928bc87fc95a4a4e88a.tar.bz2
s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c53a918..1312691 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ MAKE=make
# settings
-cflags = -O2 -std=c99 -pedantic -Wall -fpic -DLIBRARY_EXPORTS $(CFLAGS)
+cflags = -O2 -std=c99 -pedantic -Wall -fpic -DMOJIBAKE_EXPORTS $(CFLAGS)
cc = $(CC) $(cflags)
AR = ar