~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to File/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=FilePlugin.resources.dll
33
33
 
34
 
LINUX_PKGCONFIG = \
35
 
        $(FILE_PC)  
36
 
 
37
 
 
38
 
        
39
 
all: $(ASSEMBLY) $(LINUX_PKGCONFIG) 
 
34
all: $(ASSEMBLY)
40
35
 
41
36
FILES = \
42
37
        src/CreateEmptyFileAction.cs \
60
55
        gtk-gui/gui.stetic \
61
56
        gtk-gui/objects.xml 
62
57
 
63
 
EXTRAS = \
64
 
        file.pc.in 
65
 
 
66
58
REFERENCES =  \
67
59
        System \
68
60
        $(DOADDINS_LIBS) \
77
69
 
78
70
include $(top_srcdir)/Makefile.include
79
71
 
80
 
FILE_PC = $(BUILD_DIR)/file.pc
81
 
 
82
 
$(eval $(call emit-deploy-wrapper,FILE_PC,file.pc))
83
 
 
84
 
 
85
72
$(build_xamlg_list): %.xaml.g.cs: %.xaml
86
73
        xamlg '$<'
87
74