ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libptytty/Makefile.am
Revision: 1.1
Committed: Fri Jan 8 11:48:53 2010 UTC (14 years, 5 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-1_4, rel-9_12
Log Message:
Switch to automake.

File Contents

# Content
1 AUTOMAKE_OPTIONS = foreign subdir-objects
2 ACLOCAL_AMFLAGS = -I .
3
4 EXTRA_DIST = Changes README doc/libptytty.3.pod doc/libptytty.3 eg/c-sample.c \
5 src/ptytty.h src/ptytty_conf.h
6
7 man_MANS = doc/libptytty.3
8
9 include_HEADERS = src/libptytty.h
10
11 lib_LTLIBRARIES = libptytty.la
12
13 libptytty_la_SOURCES = src/c-api.C src/fdpass.C src/logging.C src/proxy.C src/ptytty.C