Changeset babe786 in mainline for ns/Makefile


Ignore:
Timestamp:
2006-05-15T11:51:28Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
043dcc27
Parents:
52352ec
Message:

Simple registration of services at NS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ns/Makefile

    r52352ec rbabe786  
    3131
    3232LIBC_PREFIX = ../libc
     33LIBADT_PREFIX = ../libadt
    3334LIBIPC_PREFIX = ../libipc
    3435SOFTINT_PREFIX = ../softint
     
    3738CFLAGS += -I../libipc/include
    3839
    39 LIBS = $(LIBIPC_PREFIX)/libipc.a $(LIBC_PREFIX)/libc.a
     40LIBS = $(LIBADT_PREFIX)/libadt.a $(LIBIPC_PREFIX)/libipc.a $(LIBC_PREFIX)/libc.a
    4041
    4142## Sources
Note: See TracChangeset for help on using the changeset viewer.