ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/rohc/Makefile.am
Revision: 1.1
Committed: Sun Feb 8 07:24:25 2004 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
CVS Tags: rel-1_9, rel-1_8, rel-2_01, rel-3_0, rel-2_2, rel-2_0, VPE_1_6, rel-1_7, VPE-1_6_1, rel-2_21, rel-2_22, rel-2_25, HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 ## Produce this file with automake to get Makefile.in
2    
3     if ROHC
4    
5     noinst_LIBRARIES = librohc.a
6    
7     librohc_a_SOURCES = \
8     c_util.c comp.c \
9     c_ip.c c_udp.c c_udp_lite.c c_uncompressed.c \
10     d_util.c decomp.c \
11     d_ip.c d_udp.c d_udp_lite.c d_uncompressed.c \
12     feedback.c
13    
14     noinst_HEADERS = \
15     rohc.h \
16     c_util.h comp.h \
17     d_ip.h d_udp.h d_udp_lite.h d_uncompressed.h \
18     d_util.h decomp.h \
19     feedback.h
20    
21     endif
22    
23