Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / devs / diskimage / prefs / mmakefile.src
blob1e7fd00bec52af4de18c8e084ea23ca6223660fd
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 BASE_CFLAGS := -DABIV1 -DMIN_OS_VERSION=39
7 # ----------------------------------------------------------------------------------------
9 #MM workbench-devs-diskimage-prefs : includes
11 CFILES := prefs readprefs writeprefs
12 USER_CFLAGS := -DABIV1 -DMIN_OS_VERSION=39
13 USER_INCLUDES := -I$(AROS_INCLUDES)/SDI \
14                  -I$(SRCDIR)/$(CURDIR)/../include 
16 %build_linklib mmake=workbench-devs-diskimage-prefs libname=diskimageprefs \
17   files=$(CFILES)
19 %common