diff options
Diffstat (limited to 'src/glibext/options/Makefile.am')
-rw-r--r-- | src/glibext/options/Makefile.am | 4 |
1 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) |