Use GnomeDialog rather than BonoboWindow
2001-07-03 Bradford Hovinen <hovinen@ximian.com> * capplet-dir.c (capplet_control_launch): Use GnomeDialog rather than BonoboWindow * archiver/Makefile.am (bonobo_moniker_archiver_LDADD): Use @...@ rather than $(...) for pkg-config's sake
This commit is contained in:
parent
963cbcaff5
commit
0e31da4c76
4 changed files with 30 additions and 28 deletions
|
@ -1,5 +1,5 @@
|
|||
always_built_SUBDIRS = desktop-links \
|
||||
new-background-properties new-screensaver-properties \
|
||||
new-background-properties new-screensaver-properties \
|
||||
theme-switcher new-sound-properties new-bell-properties \
|
||||
new-ui-properties url-properties gnome-edit-properties \
|
||||
session-properties wm-properties new-keyboard-properties \
|
||||
|
@ -21,10 +21,22 @@ sound_properties_capplet_SOURCES = sound-properties-capplet.c
|
|||
|
||||
sound_properties_capplet_LDADD = @CAPPLET_LIBS@
|
||||
|
||||
OAF_FILES = \
|
||||
oafdir = $(datadir)/oaf
|
||||
oaf_DATA = \
|
||||
Bonobo_Control_Capplet_sound_properties.oaf
|
||||
|
||||
oafdir = $(datadir)/oaf
|
||||
oaf_DATA = $(OAF_FILES)
|
||||
Gladedir = $(datadir)/control-center-data
|
||||
Glade_DATA = \
|
||||
sound-properties.glade
|
||||
|
||||
EXTRA_DIST = $(OAF_FILES)
|
||||
glade_msgs = \
|
||||
sound-properties.glade.h
|
||||
Applicationsdir = $(datadir)/control-center/Desktop
|
||||
Applications_DATA = \
|
||||
sound-properties.desktop
|
||||
|
||||
pApplicationsdir = $(datadir)/gnome/apps/Settings/Desktop
|
||||
pApplications_DATA = \
|
||||
sound-properties.desktop
|
||||
|
||||
EXTRA_DIST = ChangeLog $(Applications_DATA) $(Glade_DATA) $(glade_msgs) $(oaf_DATA)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue