2003-06-26 20:44:46 +00:00
|
|
|
SUBDIRS = po libsounds libbackground libwindow-settings gnome-settings-daemon capplets control-center vfs-methods idl schemas typing-break
|
2001-12-09 18:50:32 +00:00
|
|
|
|
2001-07-12 05:08:36 +00:00
|
|
|
#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
|
1998-02-14 06:06:56 +00:00
|
|
|
|
2001-07-30 14:47:49 +00:00
|
|
|
pixmapdir = $(datadir)/pixmaps
|
2002-02-05 22:16:31 +00:00
|
|
|
pixmap_DATA = control-center2.png
|
|
|
|
|
1999-09-24 16:17:57 +00:00
|
|
|
dist-hook: control-center.spec
|
1999-02-21 18:21:06 +00:00
|
|
|
cp control-center.spec $(distdir)
|
2001-07-09 21:03:02 +00:00
|
|
|
|
2002-02-12 05:07:45 +00:00
|
|
|
#MAINTAINERCLEANFILES = \
|
|
|
|
# intltool-extract \
|
|
|
|
# intltool-merge \
|
|
|
|
# intltool-update
|
2002-01-14 21:30:29 +00:00
|
|
|
|
2001-07-09 21:03:02 +00:00
|
|
|
EXTRA_DIST = \
|
2001-07-16 17:04:18 +00:00
|
|
|
control-center.spec.in \
|
2001-11-30 20:37:27 +00:00
|
|
|
intltool-extract.in \
|
|
|
|
intltool-merge.in \
|
|
|
|
intltool-update.in \
|
2002-02-05 22:16:31 +00:00
|
|
|
control-center2.png
|