~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to gnome-panel/libpanel-util/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-14 22:20:05 UTC
  • mto: (2.1.6 squeeze) (1.3.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 171.
  • Revision ID: james.westby@ubuntu.com-20100114222005-rll7tw9fojl3ac6z
Tags: upstream-2.29.5.1
ImportĀ upstreamĀ versionĀ 2.29.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
INCLUDES =                                                      \
4
4
        -I.                                                     \
5
5
        -I$(srcdir)                                             \
6
 
        -I$(top_builddir)/gnome-panel                           \
7
6
        -I$(top_builddir)/gnome-panel/libpanel-util             \
8
 
        -DPANEL_DEBUG                                           \
9
 
        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"  \
10
 
        -DBUILDERDIR=\""$(uidir)"\"                             \
11
 
        -DICONDIR=\""$(datadir)/gnome-panel/pixmaps"\"          \
12
 
        -DGMENU_I_KNOW_THIS_IS_UNSTABLE                         \
 
7
        -DDATADIR=\""$(datadir)"\"                              \
13
8
        $(DISABLE_DEPRECATED_CFLAGS)                            \
14
 
        $(STANDARD_PROPERTIES_CFLAGS)                           \
15
9
        $(PANEL_CFLAGS)                                         \
16
 
        $(PANELCONFIG_CFLAGS)                                   \
17
10
        $(WARN_CFLAGS)                                          \
18
11
        $(NULL)
19
12
 
28
21
        panel-error.h                   \
29
22
        panel-glib.c                    \
30
23
        panel-glib.h                    \
 
24
        panel-gtk.c                     \
31
25
        panel-gtk.h                     \
 
26
        panel-icon-chooser.c            \
 
27
        panel-icon-chooser.h            \
32
28
        panel-keyfile.c                 \
33
29
        panel-keyfile.h                 \
34
30
        panel-launch.c                  \
39
35
        panel-session-manager.h         \
40
36
        panel-show.c                    \
41
37
        panel-show.h                    \
 
38
        panel-xdg.c                     \
 
39
        panel-xdg.h                     \
42
40
        $(NULL)
43
41
 
44
42
-include $(top_srcdir)/git.mk