~ubuntu-branches/ubuntu/maverick/gimp/maverick-updates

« back to all changes in this revision

Viewing changes to app/plug-in/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-12-09 19:44:52 UTC
  • Revision ID: james.westby@ubuntu.com-20051209194452-yggpemjlofpjqyf4
Tags: upstream-2.2.9
ImportĀ upstreamĀ versionĀ 2.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
AM_CPPFLAGS = \
 
4
        -DG_LOG_DOMAIN=\"Gimp-Plug-In\" \
 
5
        @GIMP_THREAD_FLAGS@             \
 
6
        @GIMP_MP_FLAGS@
 
7
 
 
8
INCLUDES = \
 
9
        -I$(top_srcdir)         \
 
10
        -I$(top_srcdir)/app     \
 
11
        $(GDK_PIXBUF_CFLAGS)    \
 
12
        -I$(includedir)
 
13
 
 
14
noinst_LIBRARIES = libappplug-in.a
 
15
 
 
16
libappplug_in_a_SOURCES = \
 
17
        plug-in-types.h         \
 
18
        plug-in.c               \
 
19
        plug-in.h               \
 
20
        plug-ins.c              \
 
21
        plug-ins.h              \
 
22
        plug-in-context.c       \
 
23
        plug-in-context.h       \
 
24
        plug-in-debug.c         \
 
25
        plug-in-debug.h         \
 
26
        plug-in-def.c           \
 
27
        plug-in-def.h           \
 
28
        plug-in-message.c       \
 
29
        plug-in-message.h       \
 
30
        plug-in-params.c        \
 
31
        plug-in-params.h        \
 
32
        plug-in-proc-def.c      \
 
33
        plug-in-proc-def.h      \
 
34
        plug-in-proc-frame.c    \
 
35
        plug-in-proc-frame.h    \
 
36
        plug-in-progress.c      \
 
37
        plug-in-progress.h      \
 
38
        plug-in-rc.c            \
 
39
        plug-in-rc.h            \
 
40
        plug-in-run.c           \
 
41
        plug-in-run.h           \
 
42
        plug-in-shm.c           \
 
43
        plug-in-shm.h
 
44
 
 
45
EXTRA_DIST = makefile.msc