Move libx52util to top level

reverse-scroll
nirenjan 2021-07-29 21:47:07 -07:00
parent e3bccd3ac3
commit 34adeaec45
10 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ if USE_NLS
po_SUBDIRS = po
endif
SUBDIRS = $(po_SUBDIRS) libx52 lib utils daemon tests udev
SUBDIRS = $(po_SUBDIRS) libx52 libx52util lib utils daemon tests udev
# Extra files that need to be in the distribution
EXTRA_DIST = \

View File

@ -127,7 +127,7 @@ AC_CONFIG_FILES([ po/Makefile.in
libx52/Makefile
libx52/libx52.pc
lib/libusbx52/Makefile
lib/libx52util/Makefile
libx52util/Makefile
lib/libx52io/Makefile
lib/pinelog/Makefile
udev/Makefile

View File

@ -17,7 +17,7 @@ x52d_CFLAGS = \
-I $(top_srcdir) \
-I $(top_srcdir)/lib/libx52io \
-I $(top_srcdir)/libx52 \
-I $(top_srcdir)/lib/libx52util \
-I $(top_srcdir)/libx52util \
-I $(top_srcdir)/lib/pinelog \
-DSYSCONFDIR=\"$(sysconfdir)\" \
-DLOCALEDIR=\"$(localedir)\" \

View File

@ -4,5 +4,5 @@
#
# SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0
SUBDIRS = libx52util libusbx52 libx52io pinelog
SUBDIRS = libusbx52 libx52io pinelog