~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to panels/common/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2011-03-21 22:30:04 UTC
  • mto: (0.3.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 165.
  • Revision ID: james.westby@ubuntu.com-20110321223004-okxhalsjh51i5w62
Tags: upstream-2.91.92
ImportĀ upstreamĀ versionĀ 2.91.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        eggaccelerators.c
31
31
 
32
32
libshortcuts_la_LIBADD =                \
33
 
        $(PANEL_LIBS)
 
33
        $(PANEL_LIBS)                   \
 
34
        $(LIBSHORTCUTS_LIBS)
34
35
 
35
36
libshortcuts_la_LDFLAGS = $(PANEL_LDFLAGS)
36
37