File tree 6 files changed +460
-4
lines changed
6 files changed +460
-4
lines changed Original file line number Diff line number Diff line change 1
- SUBDIRS = src
1
+ SUBDIRS = src lib
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ target_alias = @target_alias@
288
288
top_build_prefix = @top_build_prefix@
289
289
top_builddir = @top_builddir@
290
290
top_srcdir = @top_srcdir@
291
- SUBDIRS = src
291
+ SUBDIRS = src lib
292
292
all : config.h
293
293
$(MAKE ) $(AM_MAKEFLAGS ) all-recursive
294
294
Original file line number Diff line number Diff line change 4737
4737
done
4738
4738
4739
4739
4740
- ac_config_files=" $ac_config_files Makefile src/Makefile"
4740
+ ac_config_files=" $ac_config_files Makefile src/Makefile lib/Makefile "
4741
4741
4742
4742
cat > confcache << \_ACEOF
4743
4743
# This file is a shell script that caches the results of configure
5468
5468
" depfiles" ) CONFIG_COMMANDS=" $CONFIG_COMMANDS depfiles" ;;
5469
5469
" Makefile" ) CONFIG_FILES=" $CONFIG_FILES Makefile" ;;
5470
5470
" src/Makefile" ) CONFIG_FILES=" $CONFIG_FILES src/Makefile" ;;
5471
+ " lib/Makefile" ) CONFIG_FILES=" $CONFIG_FILES lib/Makefile" ;;
5471
5472
5472
5473
*) as_fn_error $? " invalid argument: \` $ac_config_target ' " "$LINENO" 5;;
5473
5474
esac
Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ AC_FUNC_MALLOC
26
26
AC_FUNC_MMAP
27
27
AC_CHECK_FUNCS ( [ alarm atexit bzero memchr memmove munmap strchr strdup strerror strndup] )
28
28
29
- AC_CONFIG_FILES ( [ Makefile src/Makefile] )
29
+ AC_CONFIG_FILES ( [ Makefile src/Makefile lib/Makefile ] )
30
30
AC_OUTPUT
Original file line number Diff line number Diff line change
1
+ scriptsdir = $(prefix ) /lib/k3screenctrl
2
+ dist_scripts_DATA = k3screenctrl/wan.sh k3screenctrl/basic.sh k3screenctrl/wifi.sh k3screenctrl/port.sh
You can’t perform that action at this time.
0 commit comments