version 1.1 | | version 1.2 |
---|
| | |
noinst_LIBRARIES = libstubs.a | | noinst_LIBRARIES = libstubs.a |
libstubs_a_SOURCES=stubs_common.c | | libstubs_a_SOURCES=stubs_common.c |
INCLUDES = -I../../../include -I../../include | | INCLUDES = -I../../../include -I../../include |
AM_CPPFLAGS = -DRESSOURCES=\"$(srcdir)/../../resources\" -DLOGDIR=\"$(srcdir)/../../logs\" | | AM_CPPFLAGS = -DRESSOURCES=\"$(srcdir)/../../resources\" -DLOGDIR=\"$(srcdir)/../../logs\" -DSOURCE_ROOT=\"$(srcdir)/../../../\" |
LDADD = ../../../common/libcross.a libstubs.a $(LIBDL) @CHECK_LIBS@ | | LDADD = ../../../common/libcross.a libstubs.a $(LIBDL) @CHECK_LIBS@ |
| | |
../../logs/unit/common: | | ../../logs/unit/common: |