~ubuntu-branches/ubuntu/precise/gnome-do/precise-backports

« back to all changes in this revision

Viewing changes to Do.Interface.Linux/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Evan Broder
  • Date: 2012-05-11 10:51:46 UTC
  • mfrom: (0.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120511105146-b9t7b6qoxpl6q9y0
Tags: 0.9-1~precise1
No-change backport to precise (LP: #994424)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        src/Do.Interface/Windowing.cs \
34
34
        src/Do.Universe/ImplicitTextItem.cs
35
35
 
 
36
if HAVE_NUNIT
 
37
FILES += \
 
38
        src/Do.Interface/Tests/TestPositionWindow.cs
 
39
endif
 
40
 
36
41
RESOURCES = \
37
42
        Resources/Do.Interface.Linux.addin.xml \
38
43
        Resources/settings-triangle.png
43
48
        Mono.Cairo \
44
49
        Mono.Posix \
45
50
        $(GTK_SHARP_20_LIBS) \
46
 
        $(MONO_ADDINS_LIBS) 
 
51
        $(MONO_ADDINS_LIBS) \
 
52
        $(NUNIT_LIBS)
47
53
 
48
54
PROJECT_REFERENCES = \
49
55
        Do.Platform \