added data directory, change /share to /etc for data directory config

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8239 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-06-29 21:49:22 +00:00
parent 24b1b7c3eb
commit 84ad111ca5
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
SubDir OBOS_TOP src apps bin bison ;
SubInclude OBOS_TOP src apps bin bison data ;
SubInclude OBOS_TOP src apps bin bison lib ;
SubInclude OBOS_TOP src apps bin bison src ;
SubInclude OBOS_TOP src apps bin bison src ;

View File

@ -1,6 +1,6 @@
SubDir OBOS_TOP src apps bin bison src ;
SubDirCcFlags -DHAVE_CONFIG_H -DPKGDATADIR=\'\"/share\"\' -DLOCALEDIR=\'\"/share/locale\"\' ;
SubDirCcFlags -DHAVE_CONFIG_H -DPKGDATADIR=\'\"/etc\"\' -DLOCALEDIR=\'\"/etc/locale\"\' ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) lib ] ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;