~ubuntu-branches/ubuntu/feisty/comedilib/feisty

« back to all changes in this revision

Viewing changes to comedi_config/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): David Schleef
  • Date: 2003-09-23 18:11:12 UTC
  • Revision ID: james.westby@ubuntu.com-20030923181112-sat05jyh702rb1at
Tags: upstream-0.7.21
ImportĀ upstreamĀ versionĀ 0.7.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
sbin_PROGRAMS = comedi_config
 
3
 
 
4
comedi_config_SOURCES = \
 
5
        comedi_config.c
 
6
comedi_config_CFLAGS = $(COMEDILIB_CFLAGS)
 
7
comedi_config_LIBS = $(COMEDILIB_LIBS)
 
8