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:
Rodrigo Moya 2006-11-13 08:33:07 +00:00 committed by Rodrigo Moya
parent 8745b61e1b
commit adb4a3a024
6 changed files with 192 additions and 3 deletions

15
shell/Makefile.am Normal file
View 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"\"