To get this branch, use:
bzr branch
http://bzr.ed.am/stdhome
1
by Tim Marston
initial commit; basic app startup and initial command-line processing
|
1
|
# Makefile.am -- process this file with automake to produce Makefile.in
|
2
|
|
3
|
SUBDIRS = src lib/stdhome
|
4
|
|
5
|
ACLOCAL_AMFLAGS = -I m4
|