~sheosi/helenos/lua

« back to all changes in this revision

Viewing changes to uspace/srv/fs/locfs/Makefile

  • Committer: Sergio Tortosa (sheosi)
  • Date: 2013-12-22 14:13:23 UTC
  • mfrom: (2032.1.12 mainline)
  • Revision ID: sertorbe@gmail.com-20131222141323-gbiqm4j2w9sbjty5
MergedĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
LIBS = $(LIBFS_PREFIX)/libfs.a
32
32
EXTRA_CFLAGS += -I$(LIBFS_PREFIX)
33
33
BINARY = locfs
34
 
STATIC_NEEDED = y
35
34
 
36
35
SOURCES = \
37
36
        locfs.c \