2006-11-13 Rodrigo Moya <rodrigo@novell.com> * gnomecc.desktop.in.in: added missing file. * Makefile.am: install .desktop file.
22 lines
No EOL
505 B
Makefile
22 lines
No EOL
505 B
Makefile
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"\"
|
|
|
|
sysdir = $(datadir)/applications
|
|
sys_in_files = gnomecc.desktop.in
|
|
sys_DATA = $(sys_in_files:.desktop.in=.desktop)
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
EXTRA_DIST = gnomecc.desktop.in
|