mirror of
https://github.com/lexborisov/Modest
synced 2024-11-24 22:59:38 +03:00
remove headers for compiler
This commit is contained in:
parent
f960c5fe25
commit
37fe46a3a6
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ include $(TARGET)/modest/Makefile.mk
|
||||
|
||||
OBJS := $(patsubst %.c,%.o,$(SRCS))
|
||||
|
||||
shared: $(OBJS) $(HDRS)
|
||||
shared: $(OBJS)
|
||||
$(CC) -shared $(LDFLAGS) $(OBJS) -o $(LIB_TMP)/lib$(LIBNAME)$(LIBPOSTFIX)
|
||||
|
||||
static: shared
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user