~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

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