mirror of https://github.com/nirenjan/libx52.git
Move libx52util to top level
parent
e3bccd3ac3
commit
34adeaec45
|
@ -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 = \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)\" \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue