don't try to distribute removed files...
2007-06-02 Jens Granseuer <jensgr@gmx.net> * Makefile.am: don't try to distribute removed files... svn path=/trunk/; revision=7681
This commit is contained in:
parent
c5cec1dd91
commit
2406e80748
2 changed files with 11 additions and 17 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-06-02 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* Makefile.am: don't try to distribute removed files...
|
||||
|
||||
2007-05-28 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* TODO.xml:
|
||||
|
|
24
Makefile.am
24
Makefile.am
|
@ -2,27 +2,17 @@ SUBDIRS = po libsounds libbackground libwindow-settings libslab gnome-settings-d
|
|||
|
||||
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
|
||||
gnome-doc-utils.make \
|
||||
intltool-extract \
|
||||
intltool-merge \
|
||||
intltool-update
|
||||
|
||||
EXTRA_DIST = \
|
||||
control-center.spec.in \
|
||||
control-center.spec \
|
||||
MAINTAINERS \
|
||||
gnome-doc-utils.make \
|
||||
intltool-extract.in \
|
||||
intltool-merge.in \
|
||||
intltool-update.in \
|
||||
gnome-doc-utils.make \
|
||||
MAINTAINERS
|
||||
intltool-update.in
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb
|
||||
|
|
Loading…
Add table
Reference in a new issue