Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Use pkg-config mono.
Browse files Browse the repository at this point in the history
svn path=/trunk/monocov/; revision=69258
  • Loading branch information
illupus committed Dec 9, 2006
1 parent 57cbc81 commit 2d5ceda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -54,7 +54,7 @@ nunit-console.exe: nunit-console.cs
gmcs -r:nunit.framework -r:nunit.core -r:nunit.util -r:Mono.GetOptions nunit-console.cs

libmono-profiler-monocov.so: coverage.c
$(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" `pkg-config --cflags glib-2.0` --shared -fPIC -o $@ $^
$(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" `pkg-config --cflags mono` --shared -fPIC -o $@ $^

install: all
mkdir -p $(prefix)/lib/monocov
Expand Down

0 comments on commit 2d5ceda

Please sign in to comment.