diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2025-05-21 05:50:36 (GMT) |
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2025-05-21 05:50:36 (GMT) |
| commit | abb14c9aa734040d0b164d317cd5021633614e57 (patch) | |
| tree | 13336eb1f5f9642d945426cff88d205a3ec16d8e | |
| parent | c65ccc34b5f3f24cb42858d2930c874d18958886 (diff) | |
Include the schemas directory in SUBDIRS.
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6013bd5..7332cbf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -190,4 +190,4 @@ rost_LDFLAGS = $(LIBGOBJ_LIBS) -L.libs -lchrysacore #SUBDIRS = core glibext $(GTKEXT_SUBDIR) analysis arch format common debug $(GUI_SUBDIR) mangling plugins schemas -SUBDIRS = analysis arch common core data format glibext gtkext gui plugins +SUBDIRS = analysis arch common core data format glibext gtkext gui plugins schemas |
