~ubuntu-branches/ubuntu/karmic/freej/karmic

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luca Bigliardi
  • Date: 2008-06-24 15:59:29 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080624155929-aa5w6drerpknu0jy
Tags: 0.10git20080824-1
* Imported from upstream some build fixes.
* Add a note on GFDL for freej manpage in debian/copyright.
* Fix typos in 'Description:' (Closes: #487839)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42
42
        $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
43
43
        ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
44
 
        install-sh ltmain.sh missing
 
44
        install-sh ltmain.sh missing ylwrap
45
45
subdir = .
46
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
47
am__aclocal_m4_deps = $(top_srcdir)/m4/as.m4 $(top_srcdir)/m4/pkg.m4 \
114
114
CPP = @CPP@
115
115
CPPFLAGS = @CPPFLAGS@
116
116
CWIID_DIR = @CWIID_DIR@
 
117
CWIID_LIBS = @CWIID_LIBS@
117
118
CXX = @CXX@
118
119
CXXCPP = @CXXCPP@
119
120
CXXDEPMODE = @CXXDEPMODE@
143
144
GLADE2_CFLAGS = @GLADE2_CFLAGS@
144
145
GLADE2_LIBS = @GLADE2_LIBS@
145
146
GOOM_DIR = @GOOM_DIR@
 
147
GOOM_LIBS = @GOOM_LIBS@
146
148
GOOM_PPC_FILES = @GOOM_PPC_FILES@
147
149
GREP = @GREP@
148
150
INSTALL_DATA = @INSTALL_DATA@