diff options
| author | miguel <miguel@localhost> | 2018-03-10 19:00:32 +0100 |
|---|---|---|
| committer | miguel <miguel@localhost> | 2018-03-10 19:00:32 +0100 |
| commit | 700a87f27c4c5d63b8350d37f06410081951addb (patch) | |
| tree | 0bb7fa858936b37391fb93058056346ee4c5755d /config.mk | |
first commit
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..21ac179 --- /dev/null +++ b/config.mk @@ -0,0 +1,11 @@ +VERSION = 0.1 +PREFIX = /usr/local +LIBPREFIX = $(PREFIX)/lib/surf + +CC = cc + +EXTINC = `pkg-config --cflags webkit2gtk-web-extension-4.0` +EXTLIB = `pkg-config --libs webkit2gtk-web-extension-4.0` + +CFLAGS = $(EXTINC) +LDLAGS = -module -avoid-version -no-undefined $(EXTLIB) |
