diff options
author | infirit <[email protected]> | 2014-11-21 17:12:25 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-22 20:25:30 +0100 |
commit | b99f3f5e8080f266affd9734d4f73dac0c67215e (patch) | |
tree | 4fe239a05e06136e388c1c31c2c4ef5a52ded7d7 /src/Makefile.am | |
parent | 770df1b16c7285cdcb1ba661f6a49ad022d4ac87 (diff) | |
download | engrampa-b99f3f5e8080f266affd9734d4f73dac0c67215e.tar.bz2 engrampa-b99f3f5e8080f266affd9734d4f73dac0c67215e.tar.xz |
use a boxed type to pass the error to the 'done' signal
Based on FR commit: 4b645f57c856928c508dd74c31e1bfb2132368e1
From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ef11ec3..450214f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -127,6 +127,8 @@ engrampa_SOURCES = \ fr-list-model.h \ fr-stock.c \ fr-stock.h \ + fr-proc-error.c \ + fr-proc-error.h \ fr-process.c \ fr-process.h \ fr-window.c \ |