diff options
| author | Ted Gould <ted@gould.cx> | 2007-12-11 04:30:43 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-12-11 04:30:43 +0000 |
| commit | dbff0d12ebd1f5b95c6c022ce366427debb3f3bd (patch) | |
| tree | bc438e4f79299d035cd8802c4c4a55816acc715f /src/Makefile_insert | |
| parent | r17224@mini-emma: ted | 2007-12-10 20:21:14 -0800 (diff) | |
| download | inkscape-dbff0d12ebd1f5b95c6c022ce366427debb3f3bd.tar.gz inkscape-dbff0d12ebd1f5b95c6c022ce366427debb3f3bd.zip | |
r17225@mini-emma: ted | 2007-12-10 20:22:27 -0800
Adjusting line-snapper.cpp so that it doesn't include snapper-line.cpp such that it can be included normally in the Makefile_insert. Also, adding in helper-fns.h to the included source files.
(bzr r4207)
Diffstat (limited to 'src/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index 3d5d2e55a..0e9a417bb 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -82,6 +82,7 @@ libinkpre_a_SOURCES = \ gradient-context.cpp gradient-context.h \ gradient-drag.cpp gradient-drag.h \ help.cpp help.h \ + helper-fns.h \ icon-size.h \ inkscape-stock.cpp inkscape-stock.h\ inkscape.cpp inkscape.h inkscape-private.h \ @@ -141,6 +142,7 @@ libinkpre_a_SOURCES = \ shape-editor.cpp shape-editor.h \ shortcuts.cpp shortcuts.h \ snap.cpp snap.h \ + snapped-line.cpp snapped-line.h \ snapped-point.cpp snapped-point.h \ snapper.cpp snapper.h \ line-snapper.cpp line-snapper.h \ |
