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:
Joel Sherrill
2011-05-05 22:29:23 +00:00
parent 3f42f12c9f
commit 541591c355
3 changed files with 9 additions and 0 deletions

View File

@@ -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,

View File

@@ -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)

View File

@@ -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)