2003-11-12 Jody Goldberg <jody@gnome.org> * Makefile.am (EXTRA_DIST) : always dist gswitchit.pc.in to keep automake happy. There is no significant downside to it. 2003-11-12 Jody Goldberg <jody@gnome.org> * Makefile.am : add a libgswitchit subdir * configure.in : Add a test to ensure the new virtual include of libgswitchit is in place * configure.in : define LIBXKLAVIER_* * configure.in : include libgswitchit in SUBDIRS
27 lines
810 B
Makefile
27 lines
810 B
Makefile
SUBDIRS = po libsounds libbackground libwindow-settings libgswitchit gnome-settings-daemon capplets control-center vfs-methods idl schemas typing-break
|
|
|
|
#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
|