aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-04-26 22:15:10 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-04-26 22:15:10 -0500
commit2a3f56b5168e9745547d2289c0710ae606920cde (patch)
treed61e3982c09c776a7519be6a028feb4e1cf80af2 /Makefile.am
parentceb09d1a5aa9f8659765a11f37c2778058d218ab (diff)
parent4636768621434e40918be355637ab6e1920ef2ba (diff)
downloadayatana-ido-2a3f56b5168e9745547d2289c0710ae606920cde.tar.gz
ayatana-ido-2a3f56b5168e9745547d2289c0710ae606920cde.tar.bz2
ayatana-ido-2a3f56b5168e9745547d2289c0710ae606920cde.zip
merge lp:~ted/ido/gtest to add the gtest framework and a few tests to make sure our menu items can be created and realized.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 530ded5..6cad78b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ V = @
Q = $(V:1=)
QUIET_GEN = $(Q:@=@echo ' GEN '$@;)
-SUBDIRS = src example
+SUBDIRS = src example tests
%-0.1.pc: %.pc
$(QUIET_GEN) cp -f $< $@