Fixed building the Mailer plug-in
This commit is contained in:
parent
3650233f2d
commit
3ebe09f27f
|
@ -21,7 +21,7 @@ all: $(TARGETS)
|
||||||
|
|
||||||
todo_OBJS = todo.o
|
todo_OBJS = todo.o
|
||||||
todo_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS)
|
todo_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS)
|
||||||
todo_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) ../src/task.o ../src/taskedit.o ../src/todo.o ../src/callbacks.o
|
todo_LDFLAGS = $(LDFLAGSF) $(LDFLAGS) ../src/task.o ../src/taskedit.o ../src/todo.o
|
||||||
|
|
||||||
todo.so: $(todo_OBJS)
|
todo.so: $(todo_OBJS)
|
||||||
$(CCSHARED) -o todo.so $(todo_OBJS) $(todo_LDFLAGS)
|
$(CCSHARED) -o todo.so $(todo_OBJS) $(todo_LDFLAGS)
|
||||||
|
|
|
@ -7,5 +7,5 @@ dist=Makefile
|
||||||
[todo]
|
[todo]
|
||||||
type=plugin
|
type=plugin
|
||||||
sources=todo.c
|
sources=todo.c
|
||||||
ldflags=../src/task.o ../src/taskedit.o ../src/todo.o ../src/callbacks.o
|
ldflags=../src/task.o ../src/taskedit.o ../src/todo.o
|
||||||
install=$(LIBDIR)/Mailer/plugins
|
install=$(LIBDIR)/Mailer/plugins
|
||||||
|
|
Loading…
Reference in New Issue
Block a user