summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTony Kelman <tony@kelman.net>2014-09-19 20:24:42 -0700
committerTony Kelman <tony@kelman.net>2014-09-22 09:53:55 -0700
commita840e5dae1978f7b9aa3ce7876dd46b158088ce2 (patch)
treea2e216b4556a0cbcc1cdd68f54a419de773df00b /Makefile
parentbc357b276f1fd7124bbb31a4e212a30e57520eee (diff)
downloadlibutf8proc-a840e5dae1978f7b9aa3ce7876dd46b158088ce2.tar.gz
libutf8proc-a840e5dae1978f7b9aa3ce7876dd46b158088ce2.tar.bz2
add DLLEXPORT to all functions in mojibake.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9302f3f..c53a918 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ MAKE=make
# settings
-cflags = -O2 -std=c99 -pedantic -Wall -fpic $(CFLAGS)
+cflags = -O2 -std=c99 -pedantic -Wall -fpic -DLIBRARY_EXPORTS $(CFLAGS)
cc = $(CC) $(cflags)
AR = ar