first.c compilet en draait!
[rodin/chimara.git] / src / Makefile
index 60ca6f7a46dd046c4d882de6d0c542f1deb763e8..5c4103d8298834c59e45183a7fe4532a3099ca37 100644 (file)
@@ -1,4 +1,4 @@
-PKG_CONFIG = gtk+-2.0
+PKG_CONFIG = gtk+-2.0 gthread-2.0
 SOURCES = main.c \
                  callbacks.c callbacks.h \
                  error.c error.h \
@@ -8,8 +8,11 @@ SOURCES = main.c \
                  gestalt.c \
                  fileref.c fileref.h \
                  case.c \
-                 model.c \
-                 strio.c
+                 strio.c \
+                 event.c event.h \
+                 input.c input.h \
+                 style.c \
+                 first.c
 OBJECTS = main.o \
                  callbacks.o \
                  error.o \
@@ -19,8 +22,11 @@ OBJECTS = main.o \
                  gestalt.o \
                  fileref.o \
                  case.o \
-                 model.o \
-                 strio.o
+                 strio.o \
+                 event.o \
+                 input.o \
+                 style.o \
+                 first.o
 
 CFLAGS = -g -Wall -O0 -export-dynamic `pkg-config --cflags ${PKG_CONFIG}`
 LIBS = -export-dynamic `pkg-config --libs ${PKG_CONFIG}`