summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile.static2
-rw-r--r--src/gui/skill.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/makefile.static b/makefile.static
index 834b2833..3bdc109e 100644
--- a/makefile.static
+++ b/makefile.static
@@ -7,7 +7,7 @@ CXXFLAGS += -g -march=i686 -O2 -Wall -D__DEBUG
CXXFLAGS += `sdl-config --cflags` -fexceptions `pkg-config --cflags libxml-2.0`
LIBS := `sdl-config --libs` -lguichan_sdl -lguichan -lSDL_mixer -lSDL_image \
- `pkg-config --libs libxml-2.0`
+ `pkg-config --libs libxml-2.0` -lphysfs
include file.list
diff --git a/src/gui/skill.h b/src/gui/skill.h
index b0c9b901..6ee511cc 100644
--- a/src/gui/skill.h
+++ b/src/gui/skill.h
@@ -44,8 +44,8 @@ typedef struct {
// 20 * level^1.2
} SKILL;
-class SkillDialog : public Window, public gcn::ActionListener,
- public gcn::ListModel
+class SkillDialog : public Window, public gcn::ActionListener
+// public gcn::ListModel
{
private:
gcn::ListBox *skillListBox;