source: cpio/vendor/current/rmt/Makefile.am@ 1964

Last change on this file since 1964 was 1964, checked in by Silvan Scherrer, 8 years ago

cpio: update vendor to version 2.12

File size: 271 bytes
Line 
1rmtdir=$(DEFAULT_RMT_DIR)
2rmt_PROGRAMS = @PU_RMT_PROG@
3EXTRA_PROGRAMS = rmt
4
5rmt_SOURCES = rmt.c
6
7AM_CPPFLAGS = -I$(top_srcdir)/gnu -I../ -I../gnu -I$(top_srcdir)/lib
8
9LDADD = ../gnu/libgnu.a $(LIBINTL)
10
11rmt_LDADD = $(LDADD) $(LIB_SETSOCKOPT)
12
13rmt.o: ../gnu/configmake.h
Note: See TracBrowser for help on using the repository browser.