diff options
Diffstat (limited to 'src/debug')
-rw-r--r-- | src/debug/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/Makefile.am b/src/debug/Makefile.am index 41de8b3..6cfc90f 100644 --- a/src/debug/Makefile.am +++ b/src/debug/Makefile.am @@ -17,7 +17,7 @@ libdebug_la_LIBADD = libdebug_la_CFLAGS = $(AM_CFLAGS) -devdir = $(includedir)/chrysalide/$(subdir:src/%=%) +devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%) dev_HEADERS = $(libdebug_la_SOURCES:%c=) |