diff options
| author | JiHO <jiho-sf@users.sourceforge.net> | 2008-01-10 23:25:07 +0000 |
|---|---|---|
| committer | jiho-sf <jiho-sf@users.sourceforge.net> | 2008-01-10 23:25:07 +0000 |
| commit | 495928a26342a8e40f938113e376cf5da110738c (patch) | |
| tree | e345a3dc1733112f9a1e1ed00d09adb6c5d41eac /src/Makefile_insert | |
| parent | Fix for Bug #181663 (Font style errors / assert when changing style) (diff) | |
| download | inkscape-495928a26342a8e40f938113e376cf5da110738c.tar.gz inkscape-495928a26342a8e40f938113e376cf5da110738c.zip | |
Added part of a patch by Adam Strzelecki which makes GTK menu migrate to OS X menubar when GTK+quartz is used. This is taken from Gimp and should be safe enough at this stage since it really only affects OS X.
(bzr r4454)
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 695d87f8f..02943a4ef 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -84,6 +84,7 @@ libinkpre_a_SOURCES = \ help.cpp help.h \ helper-fns.h \ icon-size.h \ + ige-mac-menu.h ige-mac-menu.c \ inkscape-stock.cpp inkscape-stock.h\ inkscape.cpp inkscape.h inkscape-private.h \ interface.cpp interface.h \ @@ -374,6 +375,7 @@ all_libs = \ $(FREETYPE_LIBS) \ $(kdeldadd) \ $(win32ldflags) \ + $(CARBON_LDFLAGS) \ $(PERL_LIBS) \ $(PYTHON_LIBS) \ $(INKBOARD_LIBS) \ |
