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 /plugins/dwarf | |
parent | 2a429fde26212e8c8c9a5a44f9a4a06ee60a5208 (diff) |
Changed some installation paths and included a pkgconfig configuration.
Diffstat (limited to 'plugins/dwarf')
-rw-r--r-- | plugins/dwarf/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/dwarf/v2/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/dwarf/v3/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/dwarf/v4/Makefile.am | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/dwarf/Makefile.am b/plugins/dwarf/Makefile.am index 7ef847d..47387db 100644 --- a/plugins/dwarf/Makefile.am +++ b/plugins/dwarf/Makefile.am @@ -35,7 +35,7 @@ libdwarf_la_LDFLAGS = \ -L$(top_srcdir)/src/.libs -lchrysacore -devdir = $(includedir)/chrysalide-$(subdir) +devdir = $(includedir)/chrysalide/$(subdir) dev_HEADERS = $(libdwarf_la_SOURCES:%c=) diff --git a/plugins/dwarf/v2/Makefile.am b/plugins/dwarf/v2/Makefile.am index a597686..1683ded 100644 --- a/plugins/dwarf/v2/Makefile.am +++ b/plugins/dwarf/v2/Makefile.am @@ -7,7 +7,7 @@ libdwarfv2_la_SOURCES = \ libdwarfv2_la_LDFLAGS = $(LIBGTK_LIBS) -devdir = $(includedir)/chrysalide-$(subdir) +devdir = $(includedir)/chrysalide/$(subdir) dev_HEADERS = $(libdwarfv2_la_SOURCES:%c=) diff --git a/plugins/dwarf/v3/Makefile.am b/plugins/dwarf/v3/Makefile.am index 4bd063b..b821d2a 100644 --- a/plugins/dwarf/v3/Makefile.am +++ b/plugins/dwarf/v3/Makefile.am @@ -7,7 +7,7 @@ libdwarfv3_la_SOURCES = \ libdwarfv3_la_LDFLAGS = $(LIBGTK_LIBS) -devdir = $(includedir)/chrysalide-$(subdir) +devdir = $(includedir)/chrysalide/$(subdir) dev_HEADERS = $(libdwarfv3_la_SOURCES:%c=) diff --git a/plugins/dwarf/v4/Makefile.am b/plugins/dwarf/v4/Makefile.am index 333dfac..e06e8f5 100644 --- a/plugins/dwarf/v4/Makefile.am +++ b/plugins/dwarf/v4/Makefile.am @@ -7,7 +7,7 @@ libdwarfv4_la_SOURCES = \ libdwarfv4_la_LDFLAGS = $(LIBGTK_LIBS) -devdir = $(includedir)/chrysalide-$(subdir) +devdir = $(includedir)/chrysalide/$(subdir) dev_HEADERS = $(libdwarfv4_la_SOURCES:%c=) |