[gswitchit_plugins] fixing make distcheck



commit b55f5da66c1edb633cd1eead288d40a5acdf7730
Author: Sergey V. Udaltsov <svu gnome org>
Date:   Sat May 30 17:13:33 2009 +0100

    fixing make distcheck
    
    It was a bad idea to assign prefix in the configure script
---
 ChangeLog         |    4 ++++
 Makefile.am       |    3 +++
 configure.in      |    5 -----
 sound/Makefile.am |    3 +++
 4 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 49e080b..8b0a144 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-30 svu <svu gnome org>
+
+	* configure.in, Makefile.am, sound/Makefile.am: fixing make distcheck
+
 2009-01-04 svu <svu gnome org>
 
 	* configure.in: changing package name to use dash instead of
diff --git a/Makefile.am b/Makefile.am
index 1a56c3c..820a810 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,3 +21,6 @@ install-data-local:
                 GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/$$p; \
         done \
         fi
+
+clean-local:
+	rm -f gswitchit_plugins.schemas
diff --git a/configure.in b/configure.in
index a49ba1b..90509b5 100644
--- a/configure.in
+++ b/configure.in
@@ -42,9 +42,6 @@ fi
                                                                                 
 AM_GCONF_SOURCE_2
                                                                                 
-prefix=`$PKG_CONFIG --variable=prefix libgnome-2.0`
-exec_prefix=`$PKG_CONFIG --variable=exec_prefix libgnome-2.0`
-
 AC_ARG_ENABLE(install_schemas,
         [  --disable-install-schemas        Disable installation of the gconf schemas])
 AM_CONDITIONAL(INSTALL_SCHEMAS, test x$enable_install_schemas != xno)
@@ -76,5 +73,3 @@ sound/Makefile
 test/Makefile
 gswitchit_plugins.spec
 ])
-
-dnl grp4app/Makefile
diff --git a/sound/Makefile.am b/sound/Makefile.am
index 4d3c895..7ee2309 100644
--- a/sound/Makefile.am
+++ b/sound/Makefile.am
@@ -20,5 +20,8 @@ EXTRA_DIST = $(sounds_DATA) \
         
 plugin_DATA = sound.so
 
+clean-local:
+	rm -f gswitchit.soundlist
+
 include ../plugins.make
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]