diff options
| -rw-r--r-- | plugins/pychrysalide/format/Makefile.am | 2 | ||||
| -rw-r--r-- | plugins/pychrysalide/format/program.c (renamed from plugins/pychrysalide/format/format.c) | 0 | ||||
| -rw-r--r-- | plugins/pychrysalide/format/program.h (renamed from plugins/pychrysalide/format/format.h) | 0 | ||||
| -rw-r--r-- | src/format/Makefile.am | 35 | ||||
| -rw-r--r-- | src/format/program-int.h (renamed from src/format/format-int.h) | 0 | ||||
| -rw-r--r-- | src/format/program.c (renamed from src/format/format.c) | 0 | ||||
| -rw-r--r-- | src/format/program.h (renamed from src/format/format.h) | 0 | ||||
| -rw-r--r-- | tests/format/program.py (renamed from tests/format/format.py) | 0 | 
8 files changed, 19 insertions, 18 deletions
| diff --git a/plugins/pychrysalide/format/Makefile.am b/plugins/pychrysalide/format/Makefile.am index 337265d..02f0a6e 100644 --- a/plugins/pychrysalide/format/Makefile.am +++ b/plugins/pychrysalide/format/Makefile.am @@ -5,7 +5,7 @@ libpychrysaformat_la_SOURCES =				\  	constants.h constants.c					\  	executable.h executable.c				\  	flat.h flat.c							\ -	format.h format.c						\ +	program.h program.c						\  	known.h known.c							\  	module.h module.c						\  	preload.h preload.c						\ diff --git a/plugins/pychrysalide/format/format.c b/plugins/pychrysalide/format/program.c index 82c6c33..82c6c33 100644 --- a/plugins/pychrysalide/format/format.c +++ b/plugins/pychrysalide/format/program.c diff --git a/plugins/pychrysalide/format/format.h b/plugins/pychrysalide/format/program.h index 04ac9e3..04ac9e3 100644 --- a/plugins/pychrysalide/format/format.h +++ b/plugins/pychrysalide/format/program.h diff --git a/src/format/Makefile.am b/src/format/Makefile.am index 305cd92..dcd3567 100644 --- a/src/format/Makefile.am +++ b/src/format/Makefile.am @@ -1,23 +1,24 @@  noinst_LTLIBRARIES = libformat.la -libformat_la_SOURCES =					\ -	debuggable-int.h					\ -	debuggable.h debuggable.c			\ -	executable-int.h executable-int.c	\ -	executable.h executable.c			\ -	flat-int.h							\ -	flat.h flat.c						\ -	format-int.h						\ -	format.h format.c					\ -	known-int.h							\ -	known.h known.c						\ -	preload-int.h						\ -	preload.h preload.c					\ -	strsym.h strsym.c					\ -	symiter.h symiter.c					\ -	symbol-int.h						\ -	symbol.h symbol.c +libformat_la_SOURCES = +#				\ +# 	debuggable-int.h					\ +# 	debuggable.h debuggable.c			\ +# 	executable-int.h executable-int.c	\ +# 	executable.h executable.c			\ +# 	flat-int.h							\ +# 	flat.h flat.c						\ +# 	program-int.h						\ +# 	program.h program.c					\ +# 	known-int.h							\ +# 	known.h known.c						\ +# 	preload-int.h						\ +# 	preload.h preload.c					\ +# 	strsym.h strsym.c					\ +# 	symiter.h symiter.c					\ +# 	symbol-int.h						\ +# 	symbol.h symbol.c  libformat_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) diff --git a/src/format/format-int.h b/src/format/program-int.h index f18bb24..f18bb24 100644 --- a/src/format/format-int.h +++ b/src/format/program-int.h diff --git a/src/format/format.c b/src/format/program.c index d126236..d126236 100644 --- a/src/format/format.c +++ b/src/format/program.c diff --git a/src/format/format.h b/src/format/program.h index f9aa430..f9aa430 100644 --- a/src/format/format.h +++ b/src/format/program.h diff --git a/tests/format/format.py b/tests/format/program.py index b6aad8f..b6aad8f 100644 --- a/tests/format/format.py +++ b/tests/format/program.py | 
