new control center shell.
2006-11-13 Rodrigo Moya <rodrigo@novell.com> * shell/*: new control center shell. * Makefile.am: * configure.in: added new directory to build.
This commit is contained in:
parent
8745b61e1b
commit
adb4a3a024
6 changed files with 192 additions and 3 deletions
15
shell/Makefile.am
Normal file
15
shell/Makefile.am
Normal file
|
@ -0,0 +1,15 @@
|
|||
INCLUDES = \
|
||||
-I$(top_srcdir)/libslab \
|
||||
$(GNOMECC_CFLAGS)
|
||||
|
||||
bin_PROGRAMS = gnome-control-center
|
||||
|
||||
gnome_control_center_SOURCES = \
|
||||
control-center.c
|
||||
|
||||
gnome_control_center_LDADD = \
|
||||
$(GNOMECC_LIBS) \
|
||||
$(top_builddir)/libslab/libslab.la
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
|
Loading…
Add table
Add a link
Reference in a new issue