~ubuntu-branches/debian/squeeze/gnome-main-menu/squeeze

« back to all changes in this revision

Viewing changes to main-menu/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-05-07 17:08:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090507170850-2cpq07j27tedp3fp
Tags: 0.9.12-2~squeeze1
* Rebuild for squeeze against NM 0.7.
* Upload coordinated with the release team.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
libexec_PROGRAMS = main-menu
10
10
 
 
11
bin_PROGRAMS = trigger-panel-run-dialog
 
12
 
11
13
AM_CPPFLAGS =                                                           \
12
14
        $(GLADE_CFLAGS)                                                 \
13
15
        -DDATADIR=\""$(datadir)"\"                                      \
30
32
        $(GLADE_LIBS)                                                   \
31
33
        $(top_builddir)/libslab/libslab.la
32
34
 
 
35
trigger_panel_run_dialog_SOURCES =                                      \
 
36
        trigger-panel-run-dialog.c
 
37
 
 
38
trigger_panel_run_dialog_LDADD =                                        \
 
39
        $(MAIN_MENU_LIBS)
 
40
 
33
41
EXTRA_DIST = $(glade_DATA)