~valavanisalex/ubuntu/precise/inkscape/fix-943984

« back to all changes in this revision

Viewing changes to inkscape-0.47pre1/src/pedro/Makefile_insert

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2009-07-02 17:09:45 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090702170945-nn6d6zswovbwju1t
Tags: 0.47~pre1-0ubuntu1
* New upstream release.
  - Don't constrain maximization on small resolution devices (pre0)
    (LP: #348842)
  - Fixes segfault on startup (pre0)
    (LP: #391149)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Makefile.am fragment sourced by src/Makefile.am.
 
2
#
 
3
# Pedro mini-XMPP client, used for Inkboard's Jabber functionality
 
4
# Author: Bob Jamison
 
5
 
 
6
pedro/all: pedro/libpedro.a
 
7
pedro/clean: 
 
8
        rm -f pedro/libpedro.a $(pedro_libpedro_a_OBJECTS)
 
9
 
 
10
pedro_SOURCES= \
 
11
        pedro/pedroconfig.cpp \
 
12
        pedro/pedroconfig.h \
 
13
        pedro/pedrodom.cpp \
 
14
        pedro/pedrodom.h \
 
15
        pedro/pedroutil.cpp \
 
16
        pedro/pedroutil.h \
 
17
        pedro/pedroxmpp.cpp \
 
18
        pedro/pedroxmpp.h
 
19
 
 
20
if WITH_INKBOARD
 
21
temp_pedro_files = $(pedro_SOURCES)
 
22
endif
 
23
 
 
24
pedro_libpedro_a_SOURCES = \
 
25
        pedro/empty.cpp \
 
26
        $(temp_pedro_files)