Author: stephan Date: 2008-04-17 05:39:30 +0000 (Thu, 17 Apr 2008) New Revision: 26848
Added: xfce-mcs-plugins/branches/xfce-plugins-stephan/plugins/ Modified: xfce-mcs-plugins/branches/xfce-plugins-stephan/Makefile.am xfce-mcs-plugins/branches/xfce-plugins-stephan/configure.ac.in xfce-mcs-plugins/branches/xfce-plugins-stephan/dialogs/Makefile.am Log: Fix some stuff Modified: xfce-mcs-plugins/branches/xfce-plugins-stephan/Makefile.am =================================================================== --- xfce-mcs-plugins/branches/xfce-plugins-stephan/Makefile.am 2008-04-17 05:36:24 UTC (rev 26847) +++ xfce-mcs-plugins/branches/xfce-plugins-stephan/Makefile.am 2008-04-17 05:39:30 UTC (rev 26848) @@ -1 +1 @@ -SUBDIRS = plugins po +SUBDIRS = dialogs plugins po Modified: xfce-mcs-plugins/branches/xfce-plugins-stephan/configure.ac.in =================================================================== --- xfce-mcs-plugins/branches/xfce-plugins-stephan/configure.ac.in 2008-04-17 05:36:24 UTC (rev 26847) +++ xfce-mcs-plugins/branches/xfce-plugins-stephan/configure.ac.in 2008-04-17 05:39:30 UTC (rev 26848) @@ -65,8 +65,9 @@ AC_OUTPUT([ Makefile po/Makefile.in +dialogs/Makefile +dialogs/appearance-plugin/Makefile plugins/Makefile -plugins/appearance-plugin/Makefile ]) echo "----------------------------------------" Modified: xfce-mcs-plugins/branches/xfce-plugins-stephan/dialogs/Makefile.am =================================================================== --- xfce-mcs-plugins/branches/xfce-plugins-stephan/dialogs/Makefile.am 2008-04-17 05:36:24 UTC (rev 26847) +++ xfce-mcs-plugins/branches/xfce-plugins-stephan/dialogs/Makefile.am 2008-04-17 05:39:30 UTC (rev 26848) @@ -1,2 +1,2 @@ SUBDIRS = \ - appearance-plugin + appearance-settings _______________________________________________ Xfce4-commits mailing list [email protected] http://foo-projects.org/mailman/listinfo/xfce4-commits
