~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

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