~ubuntu-branches/ubuntu/lucid/gnome-commander/lucid

« back to all changes in this revision

Viewing changes to plugins/test/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-02-17 19:55:31 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217195531-wnv3t4hjpv5vys39
Tags: 1.2.8.5-0ubuntu1
* New upstream release.
* Bump Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
noinst_LTLIBRARIES = libtest.la
12
12
 
13
13
libtest_la_SOURCES = \
14
 
        test-plugin.h test-plugin.c \
 
14
        test-plugin.h test-plugin.cc \
15
15
        test-plugin.xpm
16
16
 
17
17
libtest_la_LDFLAGS = $(GNOMEUI_LIBS) $(GNOMEVFS_LIBS)