diff options
author | volker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2013-03-10 19:43:13 +0000 |
---|---|---|
committer | volker <volker@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2013-03-10 19:43:13 +0000 |
commit | 09d2a732eaca1b3ce300887d11818685e8aa42d3 (patch) | |
tree | 591532e18a322c470f0d13ab2736a98f56390a86 /Makefile.in | |
parent | 4dc83784b22be02632cd5785a6ec34a6b7532e0e (diff) | |
download | lcd4linux-09d2a732eaca1b3ce300887d11818685e8aa42d3.tar.gz |
disable plugin sensors if not found
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1196 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index b3287d9..5f91708 100644 --- a/Makefile.in +++ b/Makefile.in @@ -64,9 +64,12 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ TODO config.guess config.rpath config.sub depcomp install-sh \ ltmain.sh missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/curses.m4 \ - $(top_srcdir)/ax_python_devel.m4 $(top_srcdir)/drivers.m4 \ - $(top_srcdir)/plugins.m4 $(top_srcdir)/configure.in +am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ + $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ + $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ + $(top_srcdir)/curses.m4 $(top_srcdir)/ax_python_devel.m4 \ + $(top_srcdir)/drivers.m4 $(top_srcdir)/plugins.m4 \ + $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |