~ubuntu-branches/ubuntu/natty/lighttpd/natty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2006-12-08 14:40:42 UTC
  • mto: (6.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20061208144042-ehr7h8c6xmijqipw
Tags: upstream-1.4.13
ImportĀ upstreamĀ versionĀ 1.4.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
SSL_LIB = @SSL_LIB@
159
159
STRIP = @STRIP@
160
160
U = @U@
 
161
UUID_LIBS = @UUID_LIBS@
161
162
VERSION = @VERSION@
162
163
XML_CFLAGS = @XML_CFLAGS@
163
164
XML_LIBS = @XML_LIBS@
211
212
target_os = @target_os@
212
213
target_vendor = @target_vendor@
213
214
SUBDIRS = src doc tests cygwin openwrt
214
 
EXTRA_DIST = lighttpd.spec 
 
215
EXTRA_DIST = lighttpd.spec
215
216
all: config.h
216
217
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
217
218