~ubuntu-branches/ubuntu/saucy/ggz-client-libs/saucy

« back to all changes in this revision

Viewing changes to ggzwrap/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut, Josef Spillner, Peter Eisentraut
  • Date: 2007-05-02 20:45:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502204502-l6q0yzghpms69nnu
Tags: 0.0.14-1
[ Josef Spillner ]
* New upstream version.

[ Peter Eisentraut ]
* Soname change libggzcore7 -> libggzcore9

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ggzexecmod_PROGRAMS = ggzwrap
 
2
ggzexecmoddir = $(libdir)/ggz
2
3
 
3
4
ggzwrap_SOURCES = ggzwrap.c
4
 
ggzwrap_LDADD = $(top_builddir)/ggzmod/libggzmod.la
 
5
ggzwrap_LDADD = $(top_builddir)/ggzmod/libggzmod.la $(LIB_GGZ)
 
6
ggzwrap_CPPFLAGS = -I $(top_srcdir)/ggzmod $(LIBGGZ_INCLUDES)
5
7
 
6
 
AM_CPPFLAGS = -I $(top_srcdir)/ggzmod
 
8
EXTRA_DIST = README.wrap
7
9