Changed the compile settings, the subdirectory event will be compiled as static library and included in the two ther directorys. Just a beauty thing :)
Reviewers: michael.bouchaud CC: raster Differential Revision: https://phab.enlightenment.org/D451devs/bu5hm4n/develop
parent
53d146dbe1
commit
61d0d63bd0
6 changed files with 23 additions and 9 deletions
@ -1,3 +1,3 @@ |
||||
SUBDIRS = bin daemon
|
||||
SUBDIRS = event bin daemon
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
@ -0,0 +1,14 @@ |
||||
|
||||
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