Fix compile_et call; add WFLAGS.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4419 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -2,8 +2,11 @@ | |||||||
|  |  | ||||||
| AUTOMAKE_OPTIONS = no-dependencies foreign | AUTOMAKE_OPTIONS = no-dependencies foreign | ||||||
|  |  | ||||||
|  | INCLUDES = $(WFLAGS) | ||||||
| ##INCLUDES = -I$(top_builddir)/include | ##INCLUDES = -I$(top_builddir)/include | ||||||
|  |  | ||||||
|  | COMPILE_ET = ../com_err/compile_et | ||||||
|  |  | ||||||
| lib_LIBRARIES = libkadm5srv.a libkadm5clnt.a | lib_LIBRARIES = libkadm5srv.a libkadm5clnt.a | ||||||
|  |  | ||||||
| noinst_PROGRAMS = dump_log replay_log | noinst_PROGRAMS = dump_log replay_log | ||||||
| @@ -74,10 +77,10 @@ all-local: $(inc_DATA) | |||||||
| 	done | 	done | ||||||
|  |  | ||||||
| .et.h: | .et.h: | ||||||
| 	$(SHELL) ../error/compile_et $< | 	$(COMPILE_ET) $< | ||||||
|  |  | ||||||
| .et.c: | .et.c: | ||||||
| 	$(SHELL) ../error/compile_et $< | 	$(COMPILE_ET) $< | ||||||
|  |  | ||||||
| $(libkadm5srv_a_OBJECTS): kadm5_err.h | $(libkadm5srv_a_OBJECTS): kadm5_err.h | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Johan Danielsson
					Johan Danielsson