source: trunk/third/control-center/Makefile.am @ 18374

Revision 18374, 772 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18373, which included commits to RCS files with non-trunk default branches.
Line 
1SUBDIRS = po libsounds libbackground libwindow-settings gnome-settings-daemon capplets control-center idl schemas
2
3#I removed the root-manager for now
4#
5# it generated this error :
6# root-manager.c:55:31: security/pam_appl.h: No such file or directory
7# while compiling. I guess we need to check for pam or something
8# in the configure.in file. Since we are not using it now, i will
9# remove it from the default build. Chema
10
11pixmapdir = $(datadir)/pixmaps
12pixmap_DATA = control-center2.png
13
14dist-hook: control-center.spec
15        cp control-center.spec $(distdir)
16
17#MAINTAINERCLEANFILES = \
18#       intltool-extract \
19#       intltool-merge \
20#       intltool-update
21
22EXTRA_DIST = \
23        control-center.spec.in  \
24        intltool-extract.in \
25        intltool-merge.in \
26        intltool-update.in \
27        control-center2.png
Note: See TracBrowser for help on using the repository browser.