~ubuntu-branches/ubuntu/karmic/thinkfinger/karmic

« back to all changes in this revision

Viewing changes to libthinkfinger/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Luca Capello
  • Date: 2007-09-15 14:44:23 UTC
  • Revision ID: james.westby@ubuntu.com-20070915144423-6m2api7re19o2wxo
Tags: upstream-0.3
ImportĀ upstreamĀ versionĀ 0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lib_LTLIBRARIES = libthinkfinger.la
 
2
include_HEADERS = libthinkfinger.h
 
3
libthinkfinger_la_SOURCES = libthinkfinger.c            \
 
4
                            libthinkfinger.h            \
 
5
                            libthinkfinger-crc.c        \
 
6
                            libthinkfinger-crc.h
 
7
libthinkfinger_la_CFLAGS = $(CFLAGS)
 
8
libthinkfinger_la_LDFLAGS = -version-info 0:0:0 $(USB_LIBS)
 
9
pkgconfigdir = $(LIBDIR)/pkgconfig
 
10
pkgconfig_DATA = libthinkfinger.pc
 
11
 
 
12
libthinkfinger_la_LIBADD = $(PTHREAD_LIBS)