~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Twitter/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=DoTwitter.resources.dll
33
33
 
34
 
LINUX_PKGCONFIG = \
35
 
        $(TWITTER_PC)  
36
 
 
37
 
 
38
 
        
39
 
all: $(ASSEMBLY) $(LINUX_PKGCONFIG) 
 
34
all: $(ASSEMBLY) 
40
35
 
41
36
FILES = \
42
37
        src/Configuration.cs \
65
60
        gtk-gui/gui.stetic \
66
61
        gtk-gui/objects.xml 
67
62
 
68
 
EXTRAS = \
69
 
        twitter.pc.in 
70
 
 
71
63
REFERENCES =  \
72
64
        $(DOADDINS_LIBS) \
73
65
        $(GTK_SHARP_20_LIBS) \
78
70
 
79
71
DLL_REFERENCES = 
80
72
 
81
 
CLEANFILES = $(LINUX_PKGCONFIG) 
 
73
CLEANFILES = 
82
74
 
83
75
include $(top_srcdir)/Makefile.include
84
76
 
85
 
TWITTER_PC = $(BUILD_DIR)/twitter.pc
86
 
 
87
 
$(eval $(call emit-deploy-wrapper,TWITTER_PC,twitter.pc))
88
 
 
89
77
 
90
78
$(build_xamlg_list): %.xaml.g.cs: %.xaml
91
79
        xamlg '$<'