Drop com_err files from dist sources.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22611 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -4,7 +4,7 @@ include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
lib_LTLIBRARIES = libwind.la
|
||||
|
||||
libwind_la_SOURCES = \
|
||||
dist_libwind_la_SOURCES = \
|
||||
bidi.c \
|
||||
bidi_table.c \
|
||||
combining.c \
|
||||
@@ -19,9 +19,14 @@ libwind_la_SOURCES = \
|
||||
normalize_table.c \
|
||||
punycode.c \
|
||||
stringprep.c \
|
||||
wind_err.c \
|
||||
wind.h \
|
||||
utf8.c
|
||||
|
||||
dist_include_HEADERS = wind.h
|
||||
|
||||
nodist_libwind_la_SOURCES = wind_err.c wind_err.h
|
||||
nodist_include_HEADERS = wind_err.h
|
||||
|
||||
$(libwind_la_OBJECTS): wind_err.h
|
||||
|
||||
libwind_la_LDFLAGS = -version-info 0:0:0
|
||||
@@ -30,7 +35,6 @@ if versionscript
|
||||
libwind_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
|
||||
endif
|
||||
|
||||
|
||||
BUILT_SOURCES = \
|
||||
bidi_table.c \
|
||||
bidi_table.h \
|
||||
@@ -47,9 +51,6 @@ BUILT_SOURCES = \
|
||||
wind_err.c \
|
||||
wind_err.h
|
||||
|
||||
dist_include_HEADERS = wind.h
|
||||
nodist_include_HEADERS = wind_err.h
|
||||
|
||||
TESTS = \
|
||||
$(check_PROGRAMS)
|
||||
|
||||
|
Reference in New Issue
Block a user