~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to src/scripting/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Peter Gervai
  • Date: 2004-01-21 22:13:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040121221345-ju33hai1yhhqt6kn
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
## $Id: Makefile.am,v 1.7 2003/09/26 14:00:02 jonas Exp $
 
3
 
 
4
include $(top_srcdir)/Makefile.base
 
5
 
 
6
SUBDIRS = guile lua
 
7
 
 
8
EXTRA_DIST = TODO
 
9
 
 
10
noinst_LIBRARIES = libscripting.a
 
11
libscripting_a_SOURCES = \
 
12
 scripting.c \
 
13
 scripting.h
 
14