[bijiben] build: Fixed typo when compiling resources



commit e5426be522533772a170a8d7aa5d64b40321ebf0
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Thu Apr 20 10:43:18 2017 +0800

    build: Fixed typo when compiling resources
    
    Fix commit 0248bf87164a23f8ff9cd80b31c25af11e92ca53.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762648

 src/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 93c0e55..6bd463e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,7 +31,7 @@ bjb-resources.c: bjb.gresource.xml $(bjb_gresource_xml_deps)
 bjb-resources.h: bjb.gresource.xml $(bjb_gresource_xml_deps)
        $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-header --c-name bjb 
$<
 
-bijiben_resources_sources = \
+bjb_resources_sources = \
        bjb-resources.c \
        bjb-resources.h \
        $(NULL)
@@ -100,12 +100,12 @@ bijiben_shell_search_provider_SOURCES =   \
        $(NULL)
 
 nodist_bijiben_shell_search_provider_SOURCES =         \
-       $(bijiben_resources_sources) \
+       $(bjb_resources_sources) \
        $(dbus_shell_search_provider_built_sources)     \
        $(NULL)
 
 BUILT_SOURCES = \
-       $(bijiben_resources_sources) \
+       $(bjb_resources_sources) \
        $(dbus_shell_search_provider_built_sources)     \
        $(NULL)
 


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