diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 22aadb78ad7..93b9f3aa270 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in | |||
| @@ -46,7 +46,7 @@ POST_UNINSTALL = : | |||
| 46 | build_triplet = @build@ | 46 | build_triplet = @build@ |
| 47 | host_triplet = @host@ | 47 | host_triplet = @host@ |
| 48 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | 48 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
| 49 | $(srcdir)/gnulib.mk | 49 | $(srcdir)/gnulib.mk COPYING |
| 50 | subdir = lib | 50 | subdir = lib |
| 51 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 51 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 52 | am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ | 52 | am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ |