Skip to content
Snippets Groups Projects
Commit 0f20bd43 authored by Andre Miranda's avatar Andre Miranda
Browse files

Fix build

parent 16a6552c
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment