Changeset 8887f8c in rtems
- Timestamp:
- 02/05/01 18:38:44 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- eab41f63
- Parents:
- e6d8fe47
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/librpc/ChangeLog
re6d8fe47 r8887f8c 1 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/rpc/Makefile.am: Apply include_*HEADERS instead of 4 H_FILES. 5 1 6 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/exec/librpc/include/rpc/Makefile.am
re6d8fe47 r8887f8c 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 include_rpcdir = $(includedir)/rpc 8 7 9 H_FILES = auth.h auth_des.h auth_unix.h clnt.h des.h des_crypt.h pmap_clnt.h \ 8 10 pmap_prot.h pmap_rmt.h rpc.h rpc_com.h rpc_msg.h svc.h svc_auth.h \ 9 11 types.h xdr.h 10 12 11 noinst_HEADERS = $(H_FILES)12 13 13 if HAS_NETWORKING 14 include_rpc_HEADERS = $(H_FILES) 14 15 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rpc \ 15 16 $(H_FILES:%=$(PROJECT_INCLUDE)/rpc/%) … … 23 24 all-local: $(PREINSTALL_FILES) 24 25 26 EXTRA_DIST = $(H_FILES) 27 25 28 include $(top_srcdir)/../../../automake/local.am -
c/src/librpc/ChangeLog
re6d8fe47 r8887f8c 1 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/rpc/Makefile.am: Apply include_*HEADERS instead of 4 H_FILES. 5 1 6 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/librpc/include/rpc/Makefile.am
re6d8fe47 r8887f8c 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 include_rpcdir = $(includedir)/rpc 8 7 9 H_FILES = auth.h auth_des.h auth_unix.h clnt.h des.h des_crypt.h pmap_clnt.h \ 8 10 pmap_prot.h pmap_rmt.h rpc.h rpc_com.h rpc_msg.h svc.h svc_auth.h \ 9 11 types.h xdr.h 10 12 11 noinst_HEADERS = $(H_FILES)12 13 13 if HAS_NETWORKING 14 include_rpc_HEADERS = $(H_FILES) 14 15 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rpc \ 15 16 $(H_FILES:%=$(PROJECT_INCLUDE)/rpc/%) … … 23 24 all-local: $(PREINSTALL_FILES) 24 25 26 EXTRA_DIST = $(H_FILES) 27 25 28 include $(top_srcdir)/../../../automake/local.am -
cpukit/librpc/ChangeLog
re6d8fe47 r8887f8c 1 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/rpc/Makefile.am: Apply include_*HEADERS instead of 4 H_FILES. 5 1 6 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/librpc/include/rpc/Makefile.am
re6d8fe47 r8887f8c 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 include_rpcdir = $(includedir)/rpc 8 7 9 H_FILES = auth.h auth_des.h auth_unix.h clnt.h des.h des_crypt.h pmap_clnt.h \ 8 10 pmap_prot.h pmap_rmt.h rpc.h rpc_com.h rpc_msg.h svc.h svc_auth.h \ 9 11 types.h xdr.h 10 12 11 noinst_HEADERS = $(H_FILES)12 13 13 if HAS_NETWORKING 14 include_rpc_HEADERS = $(H_FILES) 14 15 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rpc \ 15 16 $(H_FILES:%=$(PROJECT_INCLUDE)/rpc/%) … … 23 24 all-local: $(PREINSTALL_FILES) 24 25 26 EXTRA_DIST = $(H_FILES) 27 25 28 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.