From 4b53785ec2ec4383658e25a85c263380c55740ef Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 27 Jan 2004 22:06:28 +0000 Subject: [PATCH] icons mod git-svn-id: http://ltt.polymtl.ca/svn@419 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/gui/DetailedEvents/Makefile.am | 2 +- ltt/branches/poly/lttv/modules/gui/DetailedEvents/guiEvents.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/lttv/modules/gui/DetailedEvents/Makefile.am b/ltt/branches/poly/lttv/modules/gui/DetailedEvents/Makefile.am index f18dad0b..810ba2c5 100644 --- a/ltt/branches/poly/lttv/modules/gui/DetailedEvents/Makefile.am +++ b/ltt/branches/poly/lttv/modules/gui/DetailedEvents/Makefile.am @@ -7,7 +7,7 @@ AM_CFLAGS = $(GLIB_CFLAGS) AM_CFLAGS += $(GTK_CFLAGS) LIBS += $(GLIB_LIBS) -LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/API -lmainWinApi +LIBS += $(GTK_LIBS) -L${top_srcdir}/lttv/modules/gui/mainLib -lmainWinApi libdir = ${lttvplugindir} diff --git a/ltt/branches/poly/lttv/modules/gui/DetailedEvents/guiEvents.c b/ltt/branches/poly/lttv/modules/gui/DetailedEvents/guiEvents.c index feeb029f..f2d4a73a 100644 --- a/ltt/branches/poly/lttv/modules/gui/DetailedEvents/guiEvents.c +++ b/ltt/branches/poly/lttv/modules/gui/DetailedEvents/guiEvents.c @@ -40,7 +40,7 @@ //#include "mw_api.h" #include "gtktreeprivate.h" -#include "icons/hGuiEventsInsert.xpm" +#include "../icons/hGuiEventsInsert.xpm" static LttvHooks *before_event; -- 2.34.1