mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +01:00
Add definition of directory names used for building paths in common header
The organisation of the file tree for storing application files depends on a number of directories with a specific name. This patch puts these names in the generated "config-paths.h" so they can be shared between WINGs and WindowMaker, and could be user-configured in the future.
This commit is contained in:
committed by
Carlos R. Mafra
parent
43f0474013
commit
7e1cdf2d59
@@ -23,6 +23,15 @@ config-paths.h: Makefile
|
||||
@echo '' >> $@
|
||||
@echo '/* where the global defaults are stored */' >> $@
|
||||
@echo '#define DEFSDATADIR "$(defsdatadir)"' >> $@
|
||||
@echo '' >> $@
|
||||
@echo '/* where the user data root is located */' >> $@
|
||||
@echo '#define GSUSER_SUBDIR "GNUstep"' >> $@
|
||||
@echo '' >> $@
|
||||
@echo '/* where the user defaults are stored */' >> $@
|
||||
@echo '#define DEFAULTS_SUBDIR "Defaults"' >> $@
|
||||
@echo '' >> $@
|
||||
@echo '/* where the user data are stored */' >> $@
|
||||
@echo '#define USERDATA_SUBDIR "Library"' >> $@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user