~ubuntu-branches/ubuntu/gutsy/fnfx/gutsy

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2005-04-01 11:39:55 UTC
  • Revision ID: james.westby@ubuntu.com-20050401113955-nnsv7bovk07obxa9
Tags: upstream-0.3
ImportĀ upstreamĀ versionĀ 0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
sbin_PROGRAMS = fnfxd
 
4
bin_PROGRAMS = fnfx
 
5
 
 
6
fnfxd_SOURCES = \
 
7
        fnfxd.c \
 
8
        fnfxd_acpi.c \
 
9
        fnfxd_cfg.c \
 
10
        fnfxd_cmds.c \
 
11
        fnfxd_init.c \
 
12
        fnfxd_misc.c \
 
13
        fnfx.h
 
14
 
 
15
fnfx_SOURCES = \
 
16
        fnfx.c \
 
17
        fnfx_cfg.c \
 
18
        fnfx_init.c \
 
19
        fnfx_misc.c \
 
20
        fnfx.h