~ubuntu-branches/ubuntu/utopic/trousers/utopic-proposed

« back to all changes in this revision

Viewing changes to tools/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2013-08-20 18:01:47 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130820180147-ucz33jh8z2qx47ya
Tags: 0.3.11.2-1
* Imported Upstream version 0.3.11.2
* Upstream license changed to BSD
* Example tools are not shipped anymore
* Remove 05-gcc47.patch, not needed anymore
* Updated symbols file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
noinst_PROGRAMS=ps_inspect ps_convert
2
 
 
3
 
ps_inspect_SOURCES=ps_inspect.c
4
 
ps_inspect_LDADD=${top_builddir}/src/tspi/libtspi.la
5
 
ps_inspect_CFLAGS=-I${top_srcdir}/src/include
6
 
 
7
 
ps_convert_SOURCES=ps_convert.c
8
 
ps_convert_LDADD=${top_builddir}/src/tspi/libtspi.la
9
 
ps_convert_CFLAGS=-I${top_srcdir}/src/include