mirror of https://github.com/nirenjan/libx52.git
Move libusbx52 to top level
parent
7f30863e5d
commit
3b2378a54b
|
@ -10,7 +10,7 @@ if USE_NLS
|
||||||
po_SUBDIRS = po
|
po_SUBDIRS = po
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = $(po_SUBDIRS) libx52 libx52util libx52io lib utils daemon tests udev
|
SUBDIRS = $(po_SUBDIRS) libx52 libx52util libx52io libusbx52 lib utils daemon tests udev
|
||||||
|
|
||||||
# Extra files that need to be in the distribution
|
# Extra files that need to be in the distribution
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
|
|
@ -126,7 +126,7 @@ AC_CONFIG_FILES([ po/Makefile.in
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
libx52/Makefile
|
libx52/Makefile
|
||||||
libx52/libx52.pc
|
libx52/libx52.pc
|
||||||
lib/libusbx52/Makefile
|
libusbx52/Makefile
|
||||||
libx52util/Makefile
|
libx52util/Makefile
|
||||||
libx52io/Makefile
|
libx52io/Makefile
|
||||||
lib/pinelog/Makefile
|
lib/pinelog/Makefile
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0
|
# SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0
|
||||||
|
|
||||||
SUBDIRS = libusbx52 pinelog
|
SUBDIRS = pinelog
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue