aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorharbaum <harbaum@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-11-19 09:02:34 +0000
committerharbaum <harbaum@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-11-19 09:02:34 +0000
commit4447e1d46ca5cdb1839c9ece0426fd26db1b2817 (patch)
treecccbf2508627696e761b2c88e7f763ac770402ba /Makefile.in
parent3c658ef2174cfbaa5926a6b932ebd967b52aed08 (diff)
downloadlcd4linux-4447e1d46ca5cdb1839c9ece0426fd26db1b2817.tar.gz
Added brightness support for GLCD2USB
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1133 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 3907e6d..04b8180 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -47,12 +47,9 @@ 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)/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__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__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \