~jibel/synaptic/bugs.290524.502582

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-02-09 16:03:03 UTC
  • mfrom: (3.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090209160303-g2hldfhmsdfcrz5g
Tags: 0.62.5ubuntu1
* po/th.po:
  - updated Thai translation (closes: #512605)
* gtk/rgdebinstallprogress.cc:
  - if forkpty() show a propper error message
    (thanks to Evan) 
* gtk/rgfetchprogress.cc:
  - if the ETA is huge report it as unknown (LP: #322871)
* debian/control:
  - add depends to hicolor-icon-theme
  - rebuild against latest libapt/libept

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
INCLUDES= -I${top_srcdir}/common \
 
3
        @PACKAGE_CFLAGS@ @VTE_CFLAGS@ @LP_CFLAGS@ $(LIBTAGCOLL_CFLAGS) $(LIBEPT_CFLAGS)
 
4
 
 
5
noinst_PROGRAMS = test_rpackage
 
6
 
 
7
test_rpackage_LDADD = \
 
8
        ${top_builddir}/common/libsynaptic.a\
 
9
        -lapt-pkg @RPM_LIBS@ @DEB_LIBS@ \
 
10
        @PACKAGE_LIBS@ @VTE_LIBS@ @LP_LIBS@\
 
11
        -lpthread $(LIBTAGCOLL_LIBS) $(LIBEPT_LIBS)
 
12
 
 
13
test_rpackage_SOURCES= test_rpackage.cc
 
14
 
 
15
CLEANFILES= $(wildcard *_wrap.*) $(wildcard *~) 
 
16