mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
This commit is contained in:
commit
7e1f0e272c
@ -41,7 +41,7 @@ CFLAGS = -I../lib/tevent
|
||||
# End SUBSYSTEM LIBTEVENT
|
||||
################################################
|
||||
|
||||
LIBTEVENT_OBJ_FILES = $(addprefix $(libteventsrcdir)/, tevent.o tevent_timed.o tevent_signal.o tevent_debug.o tevent_util.o tevent_s4.o)
|
||||
LIBTEVENT_OBJ_FILES = $(addprefix $(libteventsrcdir)/, tevent.o tevent_timed.o tevent_signal.o tevent_debug.o tevent_util.o)
|
||||
|
||||
PUBLIC_HEADERS += $(addprefix $(libteventsrcdir)/, tevent.h tevent_internal.h)
|
||||
|
||||
|
@ -23,3 +23,4 @@ TDB_WRAP_OBJ_FILES = $(libsrcdir)/tdb_wrap.o
|
||||
PUBLIC_HEADERS += $(libsrcdir)/tdb_wrap.h
|
||||
|
||||
SMBREADLINE_OBJ_LIST = $(SMBREADLINE_OBJ_FILES)
|
||||
|
||||
|
@ -2,6 +2,6 @@
|
||||
PUBLIC_DEPENDENCIES = LIBTEVENT
|
||||
CFLAGS = -Ilib/events
|
||||
|
||||
LIBEVENTS_OBJ_FILES = $(addprefix $(libeventssrcdir)/, events_dummy.o)
|
||||
LIBEVENTS_OBJ_FILES = $(addprefix $(libeventssrcdir)/, tevent_s4.o)
|
||||
|
||||
PUBLIC_HEADERS += $(addprefix $(libeventssrcdir)/, events.h events_internal.h)
|
||||
|
@ -1,4 +0,0 @@
|
||||
void __events_dummy(void)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user