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/gtkext | |
parent | 85e52ccd4c8aada6660d171e91c6c603f40606bb (diff) |
Define datatypes.h and move the remaining endianness.[ch] content into io.[ch].
Diffstat (limited to 'src/gtkext')
-rw-r--r-- | src/gtkext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/Makefile.am b/src/gtkext/Makefile.am index 45c9a1c..9d3d16c 100644 --- a/src/gtkext/Makefile.am +++ b/src/gtkext/Makefile.am @@ -53,7 +53,7 @@ devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%) dev_HEADERS = $(libgtkext_la_SOURCES:%c=) -SUBDIRS = graph +#SUBDIRS = graph resources.c: gresource.xml $(UI_FILES_4_) |