X-Git-Url: http://git.maemo.org/git/?p=fillmore;a=blobdiff_plain;f=src%2Ftest%2FMakefile;fp=src%2Ftest%2FMakefile;h=41b0361fc2abd7b749c8ab0c1142dea9bad0b68a;hp=0000000000000000000000000000000000000000;hb=a712cd772f4f3db8bed7037bb95c4de94767b230;hpb=2f0296582bf5d3f51db40d299f434fc8240ca6a5 diff --git a/src/test/Makefile b/src/test/Makefile new file mode 100644 index 0000000..41b0361 --- /dev/null +++ b/src/test/Makefile @@ -0,0 +1,19 @@ +PROGRAM = ../../$(PROGRAM_NAME) +all: $(PROGRAM) + +-include ../../configure.mk + +VALA_LDFLAGS = `pkg-config --libs $(EXT_PKGS)` +-include sources.mk +SRC_FILES += \ + ../marina/ProjectLoader.vala \ + ../marina/Logging.vala \ + ../marina/util.vala + +ifndef BUILD_DIR +BUILD_DIR=debug +endif + +-include ../../marina.mk +HEADER_DIRS += ../marina +