Release 2.3.1
2003-05-07 Jody Goldberg <jody@gnome.org> * Release 2.3.1
This commit is contained in:
parent
052aa3e665
commit
04f119abae
80 changed files with 11460 additions and 6151 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-05-07 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* Release 2.3.1
|
||||
|
||||
2003-04-29 Kjartan Maraas <set EMAIL_ADDRESS environment variable>
|
||||
|
||||
* capplet-dir.c: (read_entries): Plug a couple of leaks.
|
||||
|
|
|
@ -10,6 +10,11 @@ sys_in_files = gnomecc.desktop.in
|
|||
sys_DATA = $(sys_in_files:.desktop.in=.desktop)
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
|
||||
serverdir = $(libdir)/bonobo/servers
|
||||
server_in_files = GNOME_ControlCenter.server.in
|
||||
server_DATA = $(server_in_files:.server.in=.server)
|
||||
@INTLTOOL_SERVER_RULE@
|
||||
|
||||
uidir = $(datadir)/gnome-2.0/ui
|
||||
ui_DATA = gnomecc-ui.xml
|
||||
|
||||
|
@ -20,18 +25,19 @@ INCLUDES = \
|
|||
-DPIXMAP_DIR=\""$(datadir)/pixmaps"\" \
|
||||
-DART_DIR=\""$(splashdir)"\" \
|
||||
-DGNOME_SBINDIR=\""$(sbindir)"\" \
|
||||
$(GNOMECC_CFLAGS)
|
||||
$(GNOMECC_CFLAGS) $(NAUTILUS_CFLAGS)
|
||||
|
||||
bin_PROGRAMS = gnome-control-center
|
||||
|
||||
gnome_control_center_SOURCES = \
|
||||
main.c \
|
||||
capplet-dir.c capplet-dir.h \
|
||||
capplet-dir-view.c capplet-dir-view.h \
|
||||
capplet-dir-view-list.c
|
||||
control-center-categories.c \
|
||||
control-center-categories.h \
|
||||
control-center.c \
|
||||
gnomecc-event-box.c \
|
||||
gnomecc-event-box.h
|
||||
|
||||
gnome_control_center_LDADD = $(GNOMECC_LIBS)
|
||||
gnome_control_center_LDADD = $(GNOMECC_LIBS) $(NAUTILUS_LIBS)
|
||||
|
||||
EXTRA_DIST = gnomecc.desktop.in $(splash_DATA) $(ui_DATA)
|
||||
EXTRA_DIST = gnomecc.desktop.in $(splash_DATA) $(ui_DATA) $(server_DATA)
|
||||
|
||||
CLEANFILES = gnomecc.desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue