~ubuntu-branches/ubuntu/natty/libgksu1.2/natty

« back to all changes in this revision

Viewing changes to libgksu/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2005-11-10 22:41:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051110224126-qas4smtk4w5gcgfr
Tags: 1.3.6-1ubuntu1
merged with debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AM_CFLAGS = -g -O2 -Wall
2
 
INCLUDES = `pkg-config --cflags glib-2.0 $(GNOME_KEYRING)`
3
 
AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -DDATA_DIR=\"$(datadir)\" -DPREFIX=\"$(prefix)\" $(gnome_keyring_defs)
 
2
INCLUDES = `pkg-config --cflags glib-2.0`
 
3
AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -DDATA_DIR=\"$(datadir)\" -DPREFIX=\"$(prefix)\"
4
4
LTPACKAGE = $(shell echo ${PACKAGE} | sed s,.,_,g)
5
5
 
6
6
lib_LTLIBRARIES = libgksu1.2.la
9
9
# major -> breaks backward compatibility (changes to existing ABI)
10
10
# minor -> keeps compatibility (additions to the API)
11
11
# micro -> no change to the API/ABI
12
 
libgksu1_2_la_LDFLAGS = -version-info 0:2:0 -Wl,--version-script=libgksu.ver -Wl,-O1 `pkg-config --libs glib-2.0 gobject-2.0 $(GNOME_KEYRING)` -lutil
 
12
libgksu1_2_la_LDFLAGS = -version-info 0:5:0 -Wl,--version-script=libgksu.ver -Wl,-O1 `pkg-config --libs glib-2.0 gobject-2.0` -lutil
13
13
 
14
14
noinst_HEADERS = defines.h
15
15