~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Vinagre/Makefile.am

  • Committer: Christopher James Halse Rogers
  • Date: 2008-07-25 06:31:03 UTC
  • Revision ID: raof@cowboylaputopu.cooperteam.net-20080725063103-r77k514l0z7kfw03
Start making autotools work again; all the plugins that currently have autofoo should be working

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
AL=al2
32
32
SATELLITE_ASSEMBLY_NAME=.resources.dll
33
33
 
34
 
LINUX_PKGCONFIG = \
35
 
        $(VINAGRE_PC)  
36
 
 
37
 
 
38
 
        
39
 
all: $(ASSEMBLY) $(LINUX_PKGCONFIG) 
 
34
all: $(ASSEMBLY)
40
35
 
41
36
FILES = \
42
37
        src/Vinagre.cs \
48
43
RESOURCES = \
49
44
        src/Vinagre.addin.xml 
50
45
 
51
 
EXTRAS = \
52
 
        vinagre.pc.in 
53
 
 
54
46
REFERENCES =  \
55
47
        System \
56
48
        $(DOADDINS_LIBS)
57
49
 
58
50
DLL_REFERENCES = 
59
51
 
60
 
CLEANFILES = $(LINUX_PKGCONFIG) 
 
52
CLEANFILES = 
61
53
 
62
54
include $(top_srcdir)/Makefile.include
63
55
 
64
 
VINAGRE_PC = $(BUILD_DIR)/vinagre.pc
65
 
 
66
 
$(eval $(call emit-deploy-wrapper,VINAGRE_PC,vinagre.pc))
67
 
 
68
56
 
69
57
$(build_xamlg_list): %.xaml.g.cs: %.xaml
70
58
        xamlg '$<'