summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-06-18 12:05:34 +0100
committerCarl Hetherington <cth@carlh.net>2020-03-08 09:17:37 +0100
commit89c456b2333245b8dc4a80deb0f1aabf4f021184 (patch)
treef707cb684006f1cad0d1691afd88a8a00d386473 /Makefile
parent4eee448d748594c711b80d46877e4fb413246eeb (diff)
Fix #includes and build a shared library.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 41ee486..5cd1efb 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ COMMON_DEFINITIONS = \
-DVERSION_MINOR=$(VERSION_MINOR) \
-DVERSION_PATCH=$(VERSION_PATCH) \
-DVERSION=$(VERSION) \
+ -DLWEXT4_BUILD_SHARED_LIB=ON \
define generate_common
rm -R -f build_$(1)