diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-05-17 05:50:05 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-05-17 05:53:14 (GMT) |
commit | d9d887e226902905ef56d0ccf1107df50e5e4463 (patch) | |
tree | e0da243151116e93d8585fbc80f368431187df29 /src/glibext | |
parent | 85e52ccd4c8aada6660d171e91c6c603f40606bb (diff) |
Define datatypes.h and move the remaining endianness.[ch] content into io.[ch].
Diffstat (limited to 'src/glibext')
-rw-r--r-- | src/glibext/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glibext/Makefile.am b/src/glibext/Makefile.am index 58ddb93..860f3b9 100644 --- a/src/glibext/Makefile.am +++ b/src/glibext/Makefile.am @@ -48,8 +48,8 @@ endif libglibext_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS) -libglibext_la_LIBADD = \ - generators/libglibextgenerators.la +#libglibext_la_LIBADD = \ +# generators/libglibextgenerators.la libglibext4_la_SOURCES = \ @@ -63,7 +63,7 @@ devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%) dev_HEADERS = $(libglibext_la_SOURCES:%c=) -SUBDIRS = generators +#SUBDIRS = generators chrysamarshal.h: chrysamarshal.list |