diff options
Diffstat (limited to 'libevent.mk')
| -rw-r--r-- | libevent.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libevent.mk b/libevent.mk new file mode 100644 index 0000000..194a525 --- /dev/null +++ b/libevent.mk @@ -0,0 +1,2 @@ +CFLAGS += $(shell pkg-config --cflags libevent) +LDFLAGS += $(shell pkg-config --libs libevent) |
