Some fixes for ss/mk_cmds.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4405 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -2,8 +2,21 @@ | |||||||
|  |  | ||||||
| AUTOMAKE_OPTIONS = no-dependencies foreign | AUTOMAKE_OPTIONS = no-dependencies foreign | ||||||
|  |  | ||||||
|  | YFLAGS = -d | ||||||
|  |  | ||||||
| INCLUDES = -I$(top_builddir)/include | INCLUDES = -I$(top_builddir)/include | ||||||
|  |  | ||||||
| lib_LIBRARIES = libsl.a | lib_LIBRARIES = libsl.a | ||||||
|  |  | ||||||
| libsl_a_SOURCES = sl.c | libsl_a_SOURCES = sl.c ss.c | ||||||
|  |  | ||||||
|  | # install these? | ||||||
|  | noinst_PROGRAMS = mk_cmds | ||||||
|  | #incdir = $(includedir)/ss | ||||||
|  | #inc_DATA = ss.h | ||||||
|  |  | ||||||
|  | mk_cmds_SOURCES = make_cmds.c parse.y lex.l | ||||||
|  |  | ||||||
|  | $(mk_cmds_OBJECTS): parse.h | ||||||
|  |  | ||||||
|  | LDADD = -L../roken -lroken | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Johan Danielsson
					Johan Danielsson