Przeglądaj źródła

Rename and Reorder modules directory

This should make it easier to use the modules from within the source,
which is important e.g. for testing. It also makes the hierarchy more
obvious.

Rename modules to Dpkg and add subdirectory Shlibs
Frank Lichtenheld 19 lat temu
rodzic
commit
3af649e9d4

scripts/modules/Makefile.am → scripts/Dpkg/Makefile.am


scripts/modules/Objdump.pm → scripts/Dpkg/Objdump.pm


scripts/modules/Shlibs.pm → scripts/Dpkg/Shlibs.pm


scripts/modules/SymbolFile.pm → scripts/Dpkg/SymbolFile.pm


scripts/modules/Version.pm → scripts/Dpkg/Version.pm


+ 1 - 1
scripts/Makefile.am

@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = po modules
+SUBDIRS = po Dpkg
 
 bin_SCRIPTS = \
 	822-date \