diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-02-10 19:14:28 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-02-10 19:14:28 +0000 |
| commit | 1c70eaf902191fcf9b3b8dcf7a337aac2f82718e (patch) | |
| tree | 6b0a69cccd52e943a480509a96ad944095ffbdea /src/make.ofiles | |
| parent | Fix for bug #1352522 (Inkboard: problem when invited person invites you back)... (diff) | |
| download | inkscape-1c70eaf902191fcf9b3b8dcf7a337aac2f82718e.tar.gz inkscape-1c70eaf902191fcf9b3b8dcf7a337aac2f82718e.zip | |
new files
(bzr r114)
Diffstat (limited to 'src/make.ofiles')
| -rw-r--r-- | src/make.ofiles | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/make.ofiles b/src/make.ofiles index 389f82a1e..2e95eb9c4 100644 --- a/src/make.ofiles +++ b/src/make.ofiles @@ -1,7 +1,7 @@ ######################################################## ## File: make.ofiles ## Purpose: Object file listing for use by Makefiles -## Generated by mkdep.pl at :Mon Jan 16 09:57:35 2006 +## Generated by mkdep.pl at :Tue Feb 7 21:03:57 2006 ## Do not edit this file! Changes will be lost. ######################################################## @@ -28,7 +28,6 @@ OBJECTS = \ dialogs/clonetiler.o \ dialogs/debugdialog.o \ dialogs/dialog-events.o \ - dialogs/display-settings.o \ dialogs/eek-preview.o \ dialogs/export.o \ dialogs/extensions.o \ @@ -212,6 +211,7 @@ OBJECTS = \ dom/xmlreader.o \ dom/xpathimpl.o \ dom/xpathparser.o \ + doxygen-main.o \ draw-anchor.o \ draw-context.o \ dropper-context.o \ @@ -586,7 +586,7 @@ OBJECTS = \ uri-references.o \ uri.o \ util/list-container-test.o \ - util/shared-c-string-ptr.o \ + util/share.o \ util/units.o \ verbs.o \ version.o \ @@ -658,7 +658,6 @@ LINTS = \ dialogs/clonetiler.lint \ dialogs/debugdialog.lint \ dialogs/dialog-events.lint \ - dialogs/display-settings.lint \ dialogs/eek-preview.lint \ dialogs/export.lint \ dialogs/extensions.lint \ @@ -842,6 +841,7 @@ LINTS = \ dom/xmlreader.lint \ dom/xpathimpl.lint \ dom/xpathparser.lint \ + doxygen-main.lint \ draw-anchor.lint \ draw-context.lint \ dropper-context.lint \ @@ -1216,7 +1216,7 @@ LINTS = \ uri-references.lint \ uri.lint \ util/list-container-test.lint \ - util/shared-c-string-ptr.lint \ + util/share.lint \ util/units.lint \ verbs.lint \ version.lint \ @@ -1290,6 +1290,7 @@ INCLUDEPATH = \ -Ilibnr \ -Ilibnrtype \ -Ilivarot \ + -Ipixmaps \ -Iremoveoverlap \ -Iremoveoverlap/pairingheap \ -Iremoveoverlap \ |
