Merge lp:~chipaca/whoopsie/fix-eep into lp:whoopsie

Proposed by John Lenton
Status: Merged
Merged at revision: 606
Proposed branch: lp:~chipaca/whoopsie/fix-eep
Merge into: lp:whoopsie
Diff against target: 11 lines (+1/-1)
1 file modified
Makefile (+1/-1)
To merge this branch: bzr merge lp:~chipaca/whoopsie/fix-eep
Reviewer Review Type Date Requested Status
Evan (community) Approve
Review via email: mp+221737@code.launchpad.net

Commit message

Add gio to libwhoopsie libs.

Description of the change

Add gio to libwhoopsie libs.

To post a comment you must log in.
Revision history for this message
Evan (ev) wrote :

Much less eep in this one.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2014-05-12 08:03:41 +0000
3+++ Makefile 2014-06-02 13:53:27 +0000
4@@ -5,7 +5,7 @@
5 libwhoopsie_CFLAGS=$(shell pkg-config --cflags glib-2.0) \
6 $(shell libgcrypt-config --cflags) \
7 $(CFLAGS) $(CPPFLAGS)
8-libwhoopsie_LIBS=$(shell pkg-config --libs glib-2.0) \
9+libwhoopsie_LIBS=$(shell pkg-config --libs gio-2.0 glib-2.0) \
10 $(shell libgcrypt-config --libs) \
11 $(LDFLAGS)
12

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: