~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

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