~ubuntu-branches/ubuntu/hoary/gimp/hoary

« back to all changes in this revision

Viewing changes to plug-ins/script-fu/siod/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-04-04 14:51:23 UTC
  • Revision ID: james.westby@ubuntu.com-20050404145123-9py049eeelfymur8
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
noinst_LIBRARIES = libsiod.a
 
4
 
 
5
libsiod_a_SOURCES = \
 
6
        regex.c         \
 
7
        slib.c          \
 
8
        sliba.c         \
 
9
        trace.c         \
 
10
        siod.h          \
 
11
        siodp.h
 
12
 
 
13
INCLUDES = \
 
14
        -I$(top_srcdir) \
 
15
        $(GLIB_CFLAGS)  \
 
16
        -I$(includedir)