diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-01-14 18:25:39 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-01-14 18:25:39 (GMT) |
commit | bc0b710bd64e87e927665f43440d51d243fdc589 (patch) | |
tree | 87acbe3918afce2aeefb26bbe6a874f402001180 /src/gtkext | |
parent | 328b307ac717cd9eb1bff268f327f08e054a3bd9 (diff) |
Fix the compilation.
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 2a2738a..fd6c575 100644 --- a/src/gtkext/Makefile.am +++ b/src/gtkext/Makefile.am @@ -55,7 +55,7 @@ libgtkext4_la_CFLAGS = $(LIBGTK4_CFLAGS) devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%) -dev_HEADERS = $(libgtkext_la_SOURCES:%c=) +dev_HEADERS = $(libgtkext4_la_SOURCES:%c=) #SUBDIRS = graph |