diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-03-22 08:20:25 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-03-22 08:24:36 (GMT) |
commit | 91ad3ff600203217cdb631d8089d4777150bdd69 (patch) | |
tree | c8f6d8ec5f52cd19cc3334c9aa4c92d3532aec2f /src/glibext/options | |
parent | a28e1b94a83bee9a2424ab84818a5547eafaf0cf (diff) |
Rename header.
Diffstat (limited to 'src/glibext/options')
-rw-r--r-- | src/glibext/options/Makefile.am | 4 | ||||
-rw-r--r-- | src/glibext/options/asm.h (renamed from src/glibext/options/disass.h) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/glibext/options/Makefile.am b/src/glibext/options/Makefile.am index 19881cf..3f400c6 100644 --- a/src/glibext/options/Makefile.am +++ b/src/glibext/options/Makefile.am @@ -2,8 +2,8 @@ noinst_LTLIBRARIES = libglibextoptions.la -libglibextoptions_la_SOURCES = \ - disass.h \ +libglibextoptions_la_SOURCES = \ + asm.h \ hex.h hex.c libglibextoptions_la_CFLAGS = $(TOOLKIT_CFLAGS) diff --git a/src/glibext/options/disass.h b/src/glibext/options/asm.h index e916083..e916083 100644 --- a/src/glibext/options/disass.h +++ b/src/glibext/options/asm.h |