Revert "Changed the compile settings, the subdirectory event will be compiled as static library and included in the two ther directorys. Just a beauty thing :)"
Build is slower than before, on link we have DSO errors and I think it's worse than before. We have one more library to link.
This reverts commit 61d0d63bd0
.
devs/bu5hm4n/develop
parent
61d0d63bd0
commit
f10de61725
6 changed files with 9 additions and 23 deletions
@ -1,3 +1,3 @@ |
||||
SUBDIRS = event bin daemon
|
||||
SUBDIRS = bin daemon
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
@ -1,14 +0,0 @@ |
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/event \ |
||||
-I$(top_builddir)/src/event \ |
||||
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
|
||||
-DSYSTEM_CONFIG_DIR=\"$(sysconfdir)\" \
|
||||
-DPACKAGE_BIN_DIR=\"$(libdir)/$(PACKAGE)\" \
|
||||
-DPACKAGE_SBIN_DIR=\"$(sbindir)/\" \
|
||||
@ENTRANCE_CFLAGS@ |
||||
|
||||
noinst_LIBRARIES = libevent.a
|
||||
libevent_a_SOURCES = entrance_event.c
|
Loading…
Reference in new issue