summaryrefslogtreecommitdiff
path: root/src/glibext
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-01-09 16:22:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-01-09 16:22:54 (GMT)
commit55a5d2a08f0b168059571cddf8d6d963318903a1 (patch)
treea9aa5d3c7e708bdea6c774b9ed96e6871e149d5b /src/glibext
parent2a429fde26212e8c8c9a5a44f9a4a06ee60a5208 (diff)
Changed some installation paths and included a pkgconfig configuration.
Diffstat (limited to 'src/glibext')
-rw-r--r--src/glibext/Makefile.am2
-rw-r--r--src/glibext/generators/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/glibext/Makefile.am b/src/glibext/Makefile.am
index 2ab27f0..07a72d1 100644
--- a/src/glibext/Makefile.am
+++ b/src/glibext/Makefile.am
@@ -40,7 +40,7 @@ libglibext_la_LIBADD = \
libglibext_la_LDFLAGS =
-devdir = $(includedir)/chrysalide/$(subdir:src/%=%)
+devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%)
dev_HEADERS = $(libglibext_la_SOURCES:%c=)
diff --git a/src/glibext/generators/Makefile.am b/src/glibext/generators/Makefile.am
index ed1149e..c448bb7 100644
--- a/src/glibext/generators/Makefile.am
+++ b/src/glibext/generators/Makefile.am
@@ -9,7 +9,7 @@ libglibextgenerators_la_SOURCES = \
libglibextgenerators_la_LDFLAGS =
-devdir = $(includedir)/chrysalide/$(subdir:src/%=%)
+devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%)
dev_HEADERS = $(libglibextgenerators_la_SOURCES:%c=)