From a4a2f65d89fcb419056a95349615ad511c0e26ad Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 19 Apr 2004 19:48:33 +0000 Subject: support file notification customization --- diff --git a/Rules.make b/Rules.make index 75d671e..42e4cfe 100644 --- a/Rules.make +++ b/Rules.make @@ -57,6 +57,9 @@ endif ifeq ($(CONFIG_USE_REALTIME_AUDIO_THREAD),y) echo DEFINES += USE_REALTIME_AUDIO_THREAD >> $@ endif +ifeq ($(CONFIG_USE_FILE_NOTIFICATION),y) + echo DEFINES += USE_FILE_NOTIFICATION >> $@ +endif ifeq ($(CONFIG_QT_QWS_ALLOW_CLOCK),y) echo DEFINES += QT_QWS_ALLOW_OVERCLOCK >> $@ endif -- cgit v0.9.0.2