~ubuntu-branches/ubuntu/karmic/libgsf/karmic

« back to all changes in this revision

Viewing changes to gsf/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-06-30 15:46:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630154651-3wyy7y8c2zj7l5e0
Tags: 1.14.1-2ubuntu1
* Sync with Debian:
  Remaining Ubuntu Changes
  + Call intltool-update -p at build time to get a .pot file 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
lib_LTLIBRARIES = libgsf-1.la
5
5
 
 
6
noinst_PROGRAMS=gsf
 
7
gsf_SOURCES = gsf.c
 
8
gsf_LDADD = $(lib_LTLIBRARIES)
 
9
 
6
10
libgsf_1_la_LIBADD  = $(LIBGSF_LIBS) $(Z_LIBS) $(BZ2_LIBS)
7
11
libgsf_1_la_LDFLAGS = -version-info $(VERSION_INFO)
8
12
if WITH_WIN32