Move modules/other/parasite to modules/inspector
No need for the extra subdirectory, and the name should match the module name.
This commit is contained in:
@ -1898,8 +1898,7 @@ modules/printbackends/lpr/Makefile
|
|||||||
modules/printbackends/file/Makefile
|
modules/printbackends/file/Makefile
|
||||||
modules/printbackends/papi/Makefile
|
modules/printbackends/papi/Makefile
|
||||||
modules/printbackends/test/Makefile
|
modules/printbackends/test/Makefile
|
||||||
modules/other/Makefile
|
modules/inspector/Makefile
|
||||||
modules/other/parasite/Makefile
|
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
include $(top_srcdir)/Makefile.decl
|
include $(top_srcdir)/Makefile.decl
|
||||||
|
|
||||||
SUBDIRS = input other
|
SUBDIRS = input inspector
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
SUBDIRS += printbackends
|
SUBDIRS += printbackends
|
||||||
|
@ -1 +0,0 @@
|
|||||||
SUBDIRS = parasite
|
|
Reference in New Issue
Block a user