[Xfce4-commits] [apps/xfce4-dict] 32/43: Fix build
noreply at xfce.org
noreply at xfce.org
Tue Nov 1 00:31:45 CET 2016
This is an automated email from the git hooks/post-receive script.
andre pushed a commit to branch master
in repository apps/xfce4-dict.
commit 0f20bd4370a24a4ae91704766fe584330c998ef2
Author: Andre Miranda <andre42m at gmail.com>
Date: Mon Aug 22 21:35:38 2016 -0300
Fix build
---
lib/Makefile.am | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 70f43db..9fdaa51 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -11,8 +11,8 @@ libdict_la_SOURCES = \
libdict.h \
prefs.c \
prefs.h \
- resources.c \
- resources.h \
+ resources.c \
+ resources.h \
speedreader.c \
speedreader.h \
spell.c \
@@ -32,12 +32,15 @@ libdict_la_LIBADD = \
$(LIBXFCE4UI_LIBS) \
@GTHREAD_LIBS@
-DISTCLEANFILES = \
- resources.c \
+DISTCLEANFILES = \
+ resources.c \
resources.h
+gui.c: resources.c resources.h
+
resources.c:
glib-compile-resources resources.xml --sourcedir=../pixmaps --generate-source --c-name dict
resources.h:
glib-compile-resources resources.xml --sourcedir=../pixmaps --generate-header --c-name dict
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list