~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Banshee/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
 
        $(BANSHEE_PC)  
36
 
 
37
 
 
38
 
        
39
 
all: $(ASSEMBLY) $(LINUX_PKGCONFIG) 
 
34
all: $(ASSEMBLY)
40
35
 
41
36
FILES = \
42
37
        src/AssemblyInfo.cs \
51
46
RESOURCES = \
52
47
        src/Banshee.addin.xml 
53
48
 
54
 
EXTRAS = \
55
 
        banshee.pc.in 
56
 
 
57
49
REFERENCES =  \
58
50
        System \
59
51
        System.Xml \
65
57
 
66
58
DLL_REFERENCES = 
67
59
 
68
 
CLEANFILES = $(LINUX_PKGCONFIG) 
 
60
CLEANFILES = 
69
61
 
70
62
include $(top_srcdir)/Makefile.include
71
63
 
72
 
BANSHEE_PC = $(BUILD_DIR)/banshee.pc
73
 
 
74
 
$(eval $(call emit-deploy-wrapper,BANSHEE_PC,banshee.pc))
75
 
 
76
64
 
77
65
$(build_xamlg_list): %.xaml.g.cs: %.xaml
78
66
        xamlg '$<'