2002-04-10 Kevin Breit <mrproper@ximian.com> * configure.in: Added the help/Makefile.am and help/C/Makefile.am. If the build breaks, look at this stuff. It's not the first time I've killed the build. * Makefile.am: Made sure that help was in the SUBDIRS. I don't want to break the build again. :/
27 lines
758 B
Makefile
27 lines
758 B
Makefile
SUBDIRS = help po libsounds libbackground gnome-settings-daemon capplets control-center idl schemas
|
|
|
|
#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
|
|
|
|
pixmapdir = $(datadir)/pixmaps
|
|
pixmap_DATA = control-center2.png
|
|
|
|
dist-hook: control-center.spec
|
|
cp control-center.spec $(distdir)
|
|
|
|
#MAINTAINERCLEANFILES = \
|
|
# intltool-extract \
|
|
# intltool-merge \
|
|
# intltool-update
|
|
|
|
EXTRA_DIST = \
|
|
control-center.spec.in \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
control-center2.png
|