diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-11-29 11:27:06 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-11-29 11:27:06 +0000 |
commit | 4c34a854fc760d4f66077780d472e9fd4774088e (patch) | |
tree | b7b23e9e8d4d683ba2956483fd2e00bab1103e31 | |
parent | 50d9aa9e33772483ada5d97aeeb106bdbf29b7b5 (diff) | |
download | gnutls-4c34a854fc760d4f66077780d472e9fd4774088e.tar.gz |
Fix gnulib-tool bug.
-rw-r--r-- | gl/Makefile.am | 1 | ||||
-rw-r--r-- | lgl/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am index 3bfac4252f..dc16b8c400 100644 --- a/gl/Makefile.am +++ b/gl/Makefile.am @@ -21,7 +21,6 @@ libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS) EXTRA_libgnu_la_SOURCES = libgnu_la_LDFLAGS = $(AM_LDFLAGS) noinst_HEADERS = -noinst_LTLIBRARIES = EXTRA_DIST = BUILT_SOURCES = SUFFIXES = diff --git a/lgl/Makefile.am b/lgl/Makefile.am index 98370d34c0..9eadeec705 100644 --- a/lgl/Makefile.am +++ b/lgl/Makefile.am @@ -21,7 +21,6 @@ liblgnu_la_DEPENDENCIES = $(lgl_LTLIBOBJS) EXTRA_liblgnu_la_SOURCES = liblgnu_la_LDFLAGS = $(AM_LDFLAGS) noinst_HEADERS = -noinst_LTLIBRARIES = EXTRA_DIST = BUILT_SOURCES = SUFFIXES = |