X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile;h=d3fbf06e3f0bd456bdbcf6415c3c23df64a66230;hb=5292406311d31682a850baf059cab01a6f0262b2;hp=1413a5f405cb63c26b56d389f12bfe356e16cbd1;hpb=a706d1eab45506c099bd2b93d301969754ccebf9;p=rodin%2Fchimara.git diff --git a/src/Makefile b/src/Makefile index 1413a5f..d3fbf06 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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,7 +8,12 @@ SOURCES = main.c \ gestalt.c \ fileref.c fileref.h \ case.c \ - model.c + strio.c \ + event.c event.h \ + input.c input.h \ + style.c \ + abort.c abort.h \ + first.c OBJECTS = main.o \ callbacks.o \ error.o \ @@ -18,7 +23,12 @@ OBJECTS = main.o \ gestalt.o \ fileref.o \ case.o \ - model.o + strio.o \ + event.o \ + input.o \ + style.o \ + abort.o \ + first.o CFLAGS = -g -Wall -O0 -export-dynamic `pkg-config --cflags ${PKG_CONFIG}` LIBS = -export-dynamic `pkg-config --libs ${PKG_CONFIG}`