(Makefile.griffin) Add HAVE_LIBRETRODB rule

This commit is contained in:
twinaphex 2015-06-08 00:48:21 +02:00
parent b4b9924eeb
commit e81fb29699

View File

@ -157,6 +157,10 @@ ifeq ($(HAVE_LIBSICKSAXIS), 1)
CFLAGS += -DHAVE_LIBSICKSAXIS
endif
ifeq ($(HAVE_LIBRETRODB), 1)
CFLAGS += -DHAVE_LIBRETRODB
endif
ifeq ($(HAVE_RPNG), 1)
CFLAGS += -DWANT_RPNG
endif