# COPYRIGHT
#
# This file is part of FLUID.
#
# Authors: 
# 
# Tommi Ilmonen,   2001-2002.
# Janne Kontkanen, 2001-2002.
#
# /COPYRIGHT

include $(FLUID_ROOT)/src/Makeconf

LIBRARY       = FileMouse

SRCS	      = FileMouse.cpp

OBJS	      = FileMouse.o

all: dlib plugin

include $(FLUID_ROOT)/src/Makelibs

