forked from Imagelibrary/rtems
2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* fileio/Makefile.am, ticker/Makefile.am: Missed part of previous patch.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* fileio/Makefile.am, ticker/Makefile.am: Missed part of previous
|
||||
patch.
|
||||
|
||||
2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* base_sp/apptask.c, base_sp/init.c, fileio/init.c, fileio/system.h,
|
||||
|
||||
@@ -15,6 +15,8 @@ include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
fileio_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(fileio_OBJECTS) $(fileio_LDADD)
|
||||
LINK_LIBS = $(fileio_LDLIBS)
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@ include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
ticker_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
|
||||
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
LINK_OBJS = $(ticker_OBJECTS) $(ticker_LDADD)
|
||||
LINK_LIBS = $(ticker_LDLIBS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user