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

« back to all changes in this revision

Viewing changes to app/menus/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 = libappmenus.a
 
4
 
 
5
libappmenus_a_SOURCES = \
 
6
        menus-types.h           \
 
7
        menus.c                 \
 
8
        menus.h                 \
 
9
        file-menu.c             \
 
10
        file-menu.h             \
 
11
        image-menu.c            \
 
12
        image-menu.h            \
 
13
        plug-in-menus.c         \
 
14
        plug-in-menus.h         \
 
15
        tool-options-menu.c     \
 
16
        tool-options-menu.h     \
 
17
        toolbox-menu.c          \
 
18
        toolbox-menu.h
 
19
 
 
20
 
 
21
EXTRA_DIST = \
 
22
        makefile.msc
 
23
 
 
24
AM_CPPFLAGS = \
 
25
        -DG_LOG_DOMAIN=\"Gimp-Menus\"   \
 
26
        @GIMP_THREAD_FLAGS@             \
 
27
        @GIMP_MP_FLAGS@
 
28
 
 
29
INCLUDES = \
 
30
        -I$(top_builddir)       \
 
31
        -I$(top_srcdir)         \
 
32
        -I$(top_builddir)/app   \
 
33
        -I$(top_srcdir)/app     \
 
34
        $(GTK_CFLAGS)           \
 
35
        -I$(includedir)