~ubuntu-branches/debian/lenny/wacom-tools/lenny

« back to all changes in this revision

Viewing changes to linuxwacom/src/wacomxi/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ron Lee
  • Date: 2004-12-10 16:12:07 UTC
  • Revision ID: james.westby@ubuntu.com-20041210161207-cw8urijtjsqvk2e3
Tags: upstream-0.6.6
ImportĀ upstreamĀ versionĀ 0.6.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AM_CFLAGS = -Wall
 
2
 
 
3
# WacomXI Install
 
4
if WACOMXI_INSTALL
 
5
tcllibdir = @WCM_WACOMXI_LIBDIR@/TkXInput
 
6
tcllib_HEADERS = pkgIndex.tcl
 
7
tcllib_LTLIBRARIES = libwacomxi.la
 
8
cpldir = @WCM_WACOMXI_BINDIR@
 
9
cpl_SCRIPTS = wacomcpl wacomcpl-exec
 
10
endif
 
11
 
 
12
EXTRA_DIST = wacomcpl-exec
 
13
 
 
14
# Source dependencies
 
15
libwacomxi_la_SOURCES = wacomxi.c wacomxi.h
 
16
libwacomxi_la_LDFLAGS = -no-undefined
 
17
libwacomxi_la_LIBADD = @WCM_WACOMXI_LIBS@