~ubuntu-branches/ubuntu/trusty/xfce4-panel/trusty-proposed

« back to all changes in this revision

Viewing changes to plugins/pager/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Simon Huggins
  • Date: 2004-06-08 10:44:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040608104421-b0b77kis8o0uoi6q
Tags: upstream-4.0.5
ImportĀ upstreamĀ versionĀ 4.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugindir = $(libdir)/xfce4/panel-plugins
 
2
 
 
3
plugin_LTLIBRARIES = libpager.la
 
4
 
 
5
libpager_la_LDFLAGS =                                                   \
 
6
        -avoid-version                                                  \
 
7
        -module
 
8
 
 
9
libpager_la_SOURCES =                                                   \
 
10
        pager.c
 
11
 
 
12
libpager_la_CFLAGS =                                                    \
 
13
        -I$(top_srcdir)                                                 \
 
14
        @LIBXFCEGUI4_CFLAGS@                                            \
 
15
        @LIBXML_CFLAGS@
 
16
 
 
17
libpager_la_LIBADD =                                                    \
 
18
        @LIBS@