Changeset 796c276 in mainline for uspace/srv/fs/ext2fs/Makefile


Ignore:
Timestamp:
2011-03-03T20:12:36Z (14 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
163cf12
Parents:
9ffbdf1
Message:

Renamed ext2 server to ext2fs so its namespace won't collide with libext2. (+Small bits of other code in ext2fs server)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext2fs/Makefile

    r9ffbdf1 r796c276  
    3232LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBFS_PREFIX)/libfs.a $(LIBEXT2_PREFIX)/libext2.a
    3333EXTRA_CFLAGS += -I$(LIBBLOCK_PREFIX) -I$(LIBFS_PREFIX) -I$(LIBEXT2_PREFIX)
    34 BINARY = ext2
     34BINARY = ext2fs
    3535
    3636SOURCES = \
    37         ext2.c \
    38         ext2_ops.c
     37        ext2fs.c \
     38        ext2fs_ops.c
    3939
    4040include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.