icons mod
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 27 Jan 2004 22:06:28 +0000 (22:06 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 27 Jan 2004 22:06:28 +0000 (22:06 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@419 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/DetailedEvents/Makefile.am
ltt/branches/poly/lttv/modules/gui/DetailedEvents/guiEvents.c

index f18dad0b8d7c2d86c02fa3f039940160ad29573b..810ba2c57c5b8039b0b9f57b18ef635d2cdb0915 100644 (file)
@@ -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}
 
index feeb029f253f6f13776c56a7cf9915685d781812..f2d4a73a203eb7822e99cf74fea4abf12c6810be 100644 (file)
@@ -40,7 +40,7 @@
 //#include "mw_api.h"
 #include "gtktreeprivate.h"
 
-#include "icons/hGuiEventsInsert.xpm"
+#include "../icons/hGuiEventsInsert.xpm"
 
 
 static LttvHooks  *before_event;
This page took 0.026086 seconds and 4 git commands to generate.