~canonical-dx-team/unity/unity.fix-685830

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Gordon Allott
  • Date: 2009-10-21 18:13:02 UTC
  • mto: (1.2.11 unity-ql-uc1)
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: mail@gordallott.com-20091021181302-fzyivsmhvn74abs2
added support for a unity window with a clutter stage
no support for "fullscreen" mode yet, but the api is there. code can be taken 
from the old liblauncher, launcher-session.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
libunity_static_la_VALAFLAGS = \
16
16
  -H unity-static.h -d . \
17
17
  --library unity-static \
 
18
  --vapidir=../vapi/ \
 
19
  --pkg clutter-1.0 \
 
20
  --pkg clutter-gtk-0.10 \
18
21
  --pkg gtk+-2.0 \
 
22
  --pkg gdk-2.0 \
19
23
  --pkg gee-1.0 \
 
24
  --pkg x11 \
20
25
  $(MAINTAINER_VALAFLAGS)
21
26
 
22
27
libunity_static_la_LIBADD = \
31
36
  $(MAINTAINER_CFLAGS)
32
37
 
33
38
unity_VALAFLAGS = \
 
39
  --vapidir=../vapi/ \
34
40
  --vapidir=./ \
 
41
  --pkg clutter-1.0 \
 
42
  --pkg clutter-gtk-0.10 \
 
43
  --pkg gtk+-2.0 \
 
44
  --pkg gdk-2.0 \
 
45
  --pkg gee-1.0 \
 
46
  --pkg x11 \
35
47
  --pkg gtk+-2.0 \
36
48
  --pkg gee-1.0 \
37
49
  --pkg unity-static \
42
54
  $(BASE_LIBS)
43
55
 
44
56
unity_SOURCES = \
45
 
  main.vala
 
57
  main.vala \
 
58
  unity.vala \
 
59
  window.vala
 
60
  
46
61
 
47
62
CLEANFILES = *.stamp