Index: Makefile.am =================================================================== RCS file: /cvs/gnome/gnome-control-center/Makefile.am,v retrieving revision 1.69 diff -p -u -u -p -r1.69 Makefile.am --- Makefile.am 27 Jul 2005 12:56:38 -0000 1.69 +++ Makefile.am 17 Jan 2006 14:27:38 -0000 @@ -1,5 +1,7 @@ SUBDIRS = po libsounds libbackground libwindow-settings libgswitchit libkbdraw gnome-settings-daemon capplets control-center help vfs-methods idl schemas $(TYPING_BREAK) +ACLOCAL_AMFLAGS = -I m4 + #I removed the root-manager for now # # it generated this error : @@ -8,9 +10,6 @@ SUBDIRS = po libsounds libbackground lib # in the configure.in file. Since we are not using it now, i will # remove it from the default build. Chema -dist-hook: control-center.spec - cp control-center.spec $(distdir) - DISTCLEANFILES = \ intltool-extract \ intltool-merge \ @@ -19,6 +18,7 @@ DISTCLEANFILES = \ EXTRA_DIST = \ control-center.spec.in \ + control-center.spec \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \