~ubuntu-branches/ubuntu/natty/gnome-panel/natty

« back to all changes in this revision

Viewing changes to gnome-panel/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-11-09 19:05:02 UTC
  • Revision ID: james.westby@ubuntu.com-20101109190502-1wr3zu0o80g7en3y
Tags: 1:2.32.0.2-0ubuntu2
* debian/patches/16_compiz_workspace_switcher.patch:
  - update for seeing the pager capplet with new compiz (it will need to
    export the layout to the root window then to see the effective number of
    viewport/worskpace to be taken into account)
* debian/patches/90_fix_linking_DSO_link.patch:
  - fix FTBFS due to missing DSO linking

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
AM_CPPFLAGS =                                                   \
10
10
        $(PANEL_CFLAGS)                                         \
 
11
        $(X_CFLAGS)                                             \
 
12
        $(XRANDR_CFLAGS)                                        \
11
13
        -I.                                                     \
12
14
        -I$(srcdir)                                             \
13
15
        -I$(top_builddir)/gnome-panel                           \
149
151
 
150
152
gnome_desktop_item_edit_LDADD =         \
151
153
        $(top_builddir)/gnome-panel/libpanel-util/libpanel-util.la \
152
 
        $(PANEL_LIBS)
 
154
        $(PANEL_LIBS)   \
 
155
        $(X_LIBS)               \
 
156
        $(XRANDR_LIBS)
153
157
 
154
158
panel_test_applets_SOURCES =            \
155
159
        panel-modules.c                 \
166
170
panel_test_applets_LDADD =              \
167
171
        $(top_builddir)/gnome-panel/libpanel-applet-private/libpanel-applet-private-mini.la     \
168
172
        $(top_builddir)/gnome-panel/libpanel-util/libpanel-util.la                              \
169
 
        $(PANEL_LIBS)
 
173
        $(PANEL_LIBS)   \
 
174
        $(XRANDR_LIBS)
170
175
 
171
176
panel_test_applets_LDFLAGS = -export-dynamic
172
177