~ubuntu-branches/ubuntu/karmic/xfce4-session/karmic

« back to all changes in this revision

Viewing changes to xfsm-shutdown-helper/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2005-11-06 22:01:12 UTC
  • mto: (4.1.1 lenny) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051106220112-5rusox237ymjghsp
Tags: upstream-4.2.3
ImportĀ upstreamĀ versionĀ 4.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libexec_PROGRAMS =                                                      \
 
2
        xfsm-shutdown-helper
 
3
 
 
4
xfsm_shutdown_helper_SOURCES =                                          \
 
5
        main.c
 
6
 
 
7
xfsm_shutdown_helper_CFLAGS =                                           \
 
8
        -I$(top_srcdir)                                                 \
 
9
        $(LIBXFCE4UTIL_CFLAGS)
 
10
 
 
11
xfsm_shutdown_helper_LDFLAGS =                                          \
 
12
        $(LIBXFCE4UTIL_LIBS)