Codebase list dbuskit / HEAD config.make.in
HEAD

Tree @HEAD (Download .tar.gz)

config.make.in @HEADraw · history · blame

1
2
3
4
5
6
7
8
9
ifeq ($(strip $(CC)),)
CC=@CC@
endif
ADDITIONAL_OBJCFLAGS+=@DBUS_CFLAGS@ @ATOMIC_CFLAGS@
WARN_FLAGS+=@WARN_FLAGS@
DBusKit_LDFLAGS+=@DBUS_LIBS@ @MORE_LIBS@

# Set nonstrict mode for releases:
nonstrict=yes