diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2021-01-09 16:22:54 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2021-01-09 16:22:54 (GMT) |
commit | 55a5d2a08f0b168059571cddf8d6d963318903a1 (patch) | |
tree | a9aa5d3c7e708bdea6c774b9ed96e6871e149d5b /src/gtkext | |
parent | 2a429fde26212e8c8c9a5a44f9a4a06ee60a5208 (diff) |
Changed some installation paths and included a pkgconfig configuration.
Diffstat (limited to 'src/gtkext')
-rw-r--r-- | src/gtkext/Makefile.am | 2 | ||||
-rw-r--r-- | src/gtkext/graph/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkext/Makefile.am b/src/gtkext/Makefile.am index 4523d69..8c46615 100644 --- a/src/gtkext/Makefile.am +++ b/src/gtkext/Makefile.am @@ -35,7 +35,7 @@ libgtkext_la_LIBADD = \ libgtkext_la_LDFLAGS = -devdir = $(includedir)/chrysalide/$(subdir:src/%=%) +devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%) dev_HEADERS = $(libgtkext_la_SOURCES:%c=) diff --git a/src/gtkext/graph/Makefile.am b/src/gtkext/graph/Makefile.am index ee5eb19..c7f1d4b 100644 --- a/src/gtkext/graph/Makefile.am +++ b/src/gtkext/graph/Makefile.am @@ -16,7 +16,7 @@ libgtkextgraph_la_LIBADD = libgtkextgraph_la_LDFLAGS = -devdir = $(includedir)/chrysalide/$(subdir:src/%=%) +devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%) dev_HEADERS = $(_la_SOURCES:%c=) |