Merge lp:~bratsche/libgrip/install-grip-test into lp:libgrip

Proposed by Cody Russell
Status: Merged
Merged at revision: 28
Proposed branch: lp:~bratsche/libgrip/install-grip-test
Merge into: lp:libgrip
Diff against target: 24 lines (+5/-5)
1 file modified
examples/rectangle-mover/Makefile.am (+5/-5)
To merge this branch: bzr merge lp:~bratsche/libgrip/install-grip-test
Reviewer Review Type Date Requested Status
Stephen M. Webb (community) Approve
Review via email: mp+48645@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Stephen M. Webb (bregma) wrote :

Renames the tool to "grip_test" and installs it in /usr/bin. Looks jus' fine.

review: Approve
Revision history for this message
Cody Russell (bratsche) wrote :

Thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'examples/rectangle-mover/Makefile.am'
2--- examples/rectangle-mover/Makefile.am 2011-01-03 18:40:04 +0000
3+++ examples/rectangle-mover/Makefile.am 2011-02-04 19:14:47 +0000
4@@ -1,10 +1,10 @@
5-noinst_PROGRAMS = \
6- gesture
7+bin_PROGRAMS = \
8+ grip-test
9
10-gesture_SOURCES = \
11+grip_test_SOURCES = \
12 gesture.c
13
14-gesture_CPPFLAGS = \
15+grip_test_CPPFLAGS = \
16 -I$(top_srcdir) \
17 -I$(top_srcdir)/src \
18 -I$(top_builddir)/src \
19@@ -12,4 +12,4 @@
20 $(GTK_CFLAGS) \
21 $(MAINTAINER_CFLAGS)
22
23-gesture_LDADD = $(top_builddir)/src/libgrip-0.1.la $(GTK_LIBS)
24+grip_test_LDADD = $(top_builddir)/src/libgrip-0.1.la $(GTK_LIBS)

Subscribers

People subscribed via source and target branches