Search XST_FRONTEND_LOCATION if we are in a global state, to make sure
2001-04-11 Bradford Hovinen <hovinen@ximian.com> * gui-backend-list.c: Search XST_FRONTEND_LOCATION if we are in a global state, to make sure XSTs are found (populate_from_dir): If dealing with an XST, replace "-admin" with "-conf" to get the backend * Makefile.am (INCLUDES): Added XST_FRONTEND_LOCATION * Makefile.am (INCLUDES): Replace obsolete hcm directory names with ximian-config
This commit is contained in:
parent
3ad1a18d65
commit
c366b85ccf
3 changed files with 18 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-04-11 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* Makefile.am (INCLUDES): Replace obsolete hcm directory names
|
||||
with ximian-config
|
||||
|
||||
2001-02-20 Bradford Hovinen <hovinen@ximian.com>
|
||||
|
||||
* location.c (compare_xml_nodes): Use attr->val rather than
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
confexecdir = $(libdir)
|
||||
confexec_DATA = ximian_archiverConf.sh
|
||||
|
||||
Locationmetadir = $(datadir)/hcm/default
|
||||
Locationmetadir = $(datadir)/ximian-config/default
|
||||
Locationmeta_DATA = default-user.xml default-global.xml
|
||||
|
||||
gladedir = $(prefix)/share/hcm/glade
|
||||
|
@ -14,8 +14,8 @@ INCLUDES = \
|
|||
-I$(includedir) $(GNOME_INCLUDEDIR) \
|
||||
-DVERSION=\""$(VERSION)"\" \
|
||||
-DCONFIGDIR=\""/etc"\" \
|
||||
-DLOCATION_DIR=\""$(datadir)/hcm/default"\" \
|
||||
-DGLADE_DIR=\""$(datadir)/hcm/glade"\" \
|
||||
-DLOCATION_DIR=\""$(datadir)/ximian-config/default"\" \
|
||||
-DGLADE_DIR=\""$(datadir)/ximian-config/glade"\" \
|
||||
$(GNOME_XML_CFLAGS) \
|
||||
$(LIBGLADE_CFLAGS)
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<location>
|
||||
<contains>time-conf</contains>
|
||||
<contains>shares-conf</contains>
|
||||
<contains backend="boot-conf"/>
|
||||
<contains backend="disks-conf"/>
|
||||
<contains backend="memory-conf"/>
|
||||
<contains backend="mouse-conf"/>
|
||||
<contains backend="nameresolution-conf"/>
|
||||
<contains backend="network-conf"/>
|
||||
<contains backend="print-conf"/>
|
||||
<contains backend="shares-conf"/>
|
||||
<contains backend="time-conf"/>
|
||||
<contains backend="users-conf"/>
|
||||
</location>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue