~alexlauni/do/notify-osd

« back to all changes in this revision

Viewing changes to Do.Interface.Wink/Makefile.am

  • Committer: Jason Smith
  • Date: 2009-03-21 02:51:56 UTC
  • mfrom: (1104.1.4 real)
  • Revision ID: jassmith@gmail.com-20090321025156-y15c802y8hfmnka2
Merge wink branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Simple component buildsystem
 
2
include $(top_srcdir)/build.rules.mk
 
3
 
 
4
ASSEMBLY = Do.Interface.Wink
 
5
TARGET = library
 
6
 
 
7
PKG_CONFIG_FILES = do.interface.wink.pc
 
8
 
 
9
FILES = \
 
10
        src/AssemblyInfo.cs \
 
11
        src/Do.Interface.Wink/WindowControl.cs \
 
12
        src/Do.Interface.Wink/WindowUtils.cs
 
13
 
 
14
#RESOURCES = \
 
15
#       Resources/Do.Interface.Wnck.addin.xml
 
16
 
 
17
REFERENCES =  \
 
18
        System \
 
19
        System.Core \
 
20
        $(GTK_SHARP_20_LIBS) \
 
21
        $(WNCK_SHARP_10_LIBS)
 
22
 
 
23
PROJECT_REFERENCES = \
 
24
        Do.Platform
 
25
 
 
26
#module_DATA += $(ASSEMBLY).dll.config
 
27
#EXTRA_DIST += $(ASSEMBLY).dll.config