Changeset e6d8fe47 in rtems for cpukit/libnetworking/arpa
- Timestamp:
- Feb 5, 2001, 6:36:27 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8887f8c
- Parents:
- 792eb74
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/arpa/Makefile.am
r792eb74 re6d8fe47 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_FILES = ftp.h inet.h nameser.h nameser_compat.h telnet.h8 7 9 noinst_HEADERS = $(H_FILES) 8 9 include_arpadir = $(includedir)/arpa 10 11 include_arpa_HEADERS = ftp.h inet.h nameser.h nameser_compat.h telnet.h 10 12 11 13 PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa \ 12 $( H_FILES:%=$(PROJECT_INCLUDE)/arpa/%)14 $(include_arpa_HEADERS:%=$(PROJECT_INCLUDE)/arpa/%) 13 15 14 16 $(PROJECT_INCLUDE)/arpa:
Note: See TracChangeset
for help on using the changeset viewer.