commit | d6fd11413e1fe33a9bc947d794e880d7d10f7786 | [log] [tgz] |
---|---|---|
author | Mike Hommey <mh@glandium.org> | Wed May 21 17:04:24 2014 +0900 |
committer | Jason Evans <je@fb.com> | Tue May 27 15:08:13 2014 -0700 |
tree | 355ba6634abf597e38fbd0d33221a354ecf09947 | |
parent | 47d58a01ff9d894f854412f3f6d3ba97a7aa2929 [diff] |
Define DLLEXPORT when building .jet objects
diff --git a/Makefile.in b/Makefile.in index 4cb1a65..65d73db 100644 --- a/Makefile.in +++ b/Makefile.in
@@ -219,7 +219,7 @@ $(TESTS_OBJS): $(objroot)test/%.$(O): $(srcroot)test/%.c $(TESTS_OBJS): CPPFLAGS += -I$(srcroot)test/include -I$(objroot)test/include ifneq ($(IMPORTLIB),$(SO)) -$(C_OBJS): CPPFLAGS += -DDLLEXPORT +$(C_OBJS) $(C_JET_OBJS): CPPFLAGS += -DDLLEXPORT endif ifndef CC_MM