drop libncom_err.la
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24465 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -5,14 +5,13 @@ include $(top_srcdir)/Makefile.am.common
|
|||||||
YFLAGS = -d
|
YFLAGS = -d
|
||||||
|
|
||||||
lib_LTLIBRARIES = libcom_err.la
|
lib_LTLIBRARIES = libcom_err.la
|
||||||
noinst_LTLIBRARIES = libncom_err.la
|
|
||||||
libcom_err_la_LDFLAGS = -version-info 2:3:1
|
libcom_err_la_LDFLAGS = -version-info 2:3:1
|
||||||
|
|
||||||
if versionscript
|
if versionscript
|
||||||
libcom_err_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
|
libcom_err_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libcom_err_la_LIBADD = libncom_err.la $(LIB_libintl)
|
libcom_err_la_LIBADD = $(LIB_libintl)
|
||||||
|
|
||||||
bin_PROGRAMS = compile_et
|
bin_PROGRAMS = compile_et
|
||||||
|
|
||||||
@@ -20,13 +19,11 @@ include_HEADERS = com_err.h com_right.h
|
|||||||
|
|
||||||
compile_et_SOURCES = compile_et.c compile_et.h parse.y lex.l lex.h
|
compile_et_SOURCES = compile_et.c compile_et.h parse.y lex.l lex.h
|
||||||
|
|
||||||
libcom_err_la_SOURCES =
|
libcom_err_la_CPPFLAGS = $(ROKEN_RENAME) $(INCLUDE_libintl)
|
||||||
|
dist_libcom_err_la_SOURCES = error.c com_err.c roken_rename.h
|
||||||
libncom_err_la_CPPFLAGS = $(ROKEN_RENAME) $(INCLUDE_libintl)
|
|
||||||
dist_libncom_err_la_SOURCES = error.c com_err.c roken_rename.h
|
|
||||||
|
|
||||||
if do_roken_rename
|
if do_roken_rename
|
||||||
nodist_libncom_err_la_SOURCES = snprintf.c strlcpy.c
|
nodist_libcom_err_la_SOURCES = snprintf.c strlcpy.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(compile_et_OBJECTS): parse.h parse.c ## XXX broken automake 1.4s
|
$(compile_et_OBJECTS): parse.h parse.c ## XXX broken automake 1.4s
|
||||||
|
Reference in New Issue
Block a user