ROOT = ../../../..

DIR = AceExample/dlmodule

include $(ROOT)/mak/config.mak

INCLUDES = -I..

SOURCES = dlmodule.cpp

LIBRARY = dlmodule

include $(ROOT)/mak/library.mak
