diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 80d4b5b0..4be3c7c8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -171,6 +171,7 @@ ifeq ($(DONT_HAVE_PROCESS_MGMT),Y) else echo "#define HAVE_FORK 1" >>$@ endif + echo '#define RGB_DB_PATH "$(RGB_DB_PATH)"' >>$@ echo '/* pm_config.h.in FOLLOWS ... */' >>$@ cat $(SRCDIR)/pm_config.in.h >>$@ $(ENDIANGEN) >>$@ |