~bcurtiswx/ubuntu/precise/empathy/3.4.2.1-0ubuntu1

« back to all changes in this revision

Viewing changes to nothere/data/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-11-16 23:40:52 UTC
  • mfrom: (1.1.39 upstream)
  • mto: (6.3.7 experimental)
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: james.westby@ubuntu.com-20091116234052-7hhwrpeln4mwdyw7
Tags: upstream-2.29.2
ImportĀ upstreamĀ versionĀ 2.29.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include $(top_srcdir)/tools/shave.mk
2
 
 
3
 
# Panel applet bonobo stuff
4
 
serverdir = $(libdir)/bonobo/servers
5
 
server_in_files = GNOME_NotHere_Applet.server.in
6
 
server_DATA = $(server_in_files:.server.in=.server)
7
 
 
8
 
 
9
 
# GConf Schemas
10
 
#schemadir = $(GCONF_SCHEMA_FILE_DIR)
11
 
#schema_in_files = GNOME_NotHere_Applet.schemas.in
12
 
#schema_DATA = $(schema_in_files:.schemas.in=.schemas)
13
 
 
14
 
# Misc data
15
 
resourcesdir = $(pkgdatadir)
16
 
resources_DATA = \
17
 
        GNOME_NotHere_Applet.xml
18
 
 
19
 
notherebindir = $(libexecdir)
20
 
 
21
 
# Build rules
22
 
@INTLTOOL_SERVER_RULE@
23
 
@INTLTOOL_SCHEMAS_RULE@
24
 
 
25
 
$(server_in_files): $(server_in_files:.server.in=.server.in.in)
26
 
        $(QUIET_GEN)sed -e "s|\@LIBEXECDIR\@|$(notherebindir)|" $< > $@
27
 
 
28
 
DISTCLEANFILES = \
29
 
        $(server_DATA) \
30
 
        $(server_in_files)
31
 
#       $(schema_DATA)
32
 
 
33
 
EXTRA_DIST = \
34
 
        GNOME_NotHere_Applet.server.in.in \
35
 
        $(resources_DATA)
36
 
#       $(schema_in_files)