[brasero] Fix brasero plugin directory



commit ef511ceb5cde1f2053d01e46413744a32ff370a1
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Aug 31 16:17:32 2010 +1000

    Fix brasero plugin directory

 configure.in                |    1 -
 libbrasero-burn/Makefile.am |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 4d59851..32c476d 100644
--- a/configure.in
+++ b/configure.in
@@ -320,7 +320,6 @@ AM_CONDITIONAL(BUILD_NAUTILUS, test x"$build_nautilus" = "xyes")
 #
 
 BRASERO_PLUGIN_DIRECTORY=${libdir}/brasero${BRASERO_LIBRARY_SUFFIX}/plugins
-AC_DEFINE_UNQUOTED(BRASERO_PLUGIN_DIRECTORY, "${BRASERO_PLUGIN_DIRECTORY}", [Path where the plugins are installed])
 AC_SUBST(BRASERO_PLUGIN_DIRECTORY)
 
 dnl ****************check for libburn (optional)**************
diff --git a/libbrasero-burn/Makefile.am b/libbrasero-burn/Makefile.am
index 3891ae1..606ca51 100644
--- a/libbrasero-burn/Makefile.am
+++ b/libbrasero-burn/Makefile.am
@@ -10,6 +10,7 @@ INCLUDES = \
 	-DBRASERO_SYSCONFDIR=\"$(sysconfdir)\"   			\
 	-DBRASERO_DATADIR=\"$(datadir)/brasero\"     	    		\
 	-DBRASERO_LIBDIR=\"$(libdir)\"  	         		\
+	-DBRASERO_PLUGIN_DIRECTORY=\"$(BRASERO_PLUGIN_DIRECTORY)\"	\
 	$(WARN_CFLAGS)							\
 	$(DISABLE_DEPRECATED)						\
 	$(BRASERO_GMODULE_CFLAGS)					\



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