2007-02-20 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: Dist MAINTAINERS. svn path=/trunk/; revision=7312
28 lines
825 B
Makefile
28 lines
825 B
Makefile
SUBDIRS = po libsounds libbackground libwindow-settings libslab gnome-settings-daemon capplets shell help vfs-methods schemas $(TYPING_BREAK)
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
#I removed the root-manager for now
|
|
#
|
|
# it generated this error :
|
|
# root-manager.c:55:31: security/pam_appl.h: No such file or directory
|
|
# while compiling. I guess we need to check for pam or something
|
|
# in the configure.in file. Since we are not using it now, i will
|
|
# remove it from the default build. Chema
|
|
|
|
DISTCLEANFILES = \
|
|
intltool-extract \
|
|
intltool-merge \
|
|
intltool-update \
|
|
gnome-doc-utils.make
|
|
|
|
EXTRA_DIST = \
|
|
control-center.spec.in \
|
|
control-center.spec \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
gnome-doc-utils.make \
|
|
MAINTAINERS
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb
|