diff --git a/Makefile.am b/Makefile.am index 94ca7117..c2521ee8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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