summaryrefslogtreecommitdiffstats
path: root/graphics/gnomeiconedit/files/patch-src::Makefile.in
blob: 98b99558f1b5ae880ac15f3a8ffb9a437c24df0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

$FreeBSD$

--- src/Makefile.in.orig    Mon Aug  5 00:12:19 2002
+++ src/Makefile.in Mon Aug  5 00:13:01 2002
@@ -118,7 +118,7 @@
 
 bin_PROGRAMS = gnome-iconedit $(COMPONENT)
 
-INCLUDES =   -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\"  -DGNOMEDATADIR=\""$(datadir)"\"  -I$(includedir)  -I$(top_srcdir)  -I$(top_srcdir)/src/widgets  $(GNOME_INCLUDEDIR)
+INCLUDES =   $(GDK_PIXBUF_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\"  -DGNOMEDATADIR=\""$(datadir)"\"  -I$(includedir)  -I$(top_srcdir)  -I$(top_srcdir)/src/widgets  $(GNOME_INCLUDEDIR)
 
 
 CORBA_GENERATED =      Iconedit.h          Iconedit-stubs.c        Iconedit-skels.c        Iconedit-common.c   
@@ -130,7 +130,7 @@
 gnome_iconedit_SOURCES = app.c                 $(CORBA_GENERATED)                  corba.c                 menus.c                 iconedit.c                  palette.c                   grid.c              view.c                  mode.c                  edit.c                  io.c                    pastebuffer.c                   layers.c                    art_rgba.c                  art_rgba.h                  app.h                   menus.h                     iconedit.h                  palette.h                   grid.h                  view.h                  edit.h                  io.h                    pastebuffer.h                   layers.h                    corba.h                     art_misc.h
 
 
-@USE_GNOME_PRINT_TRUE@print_libs = $(GNOME_PRINT_PREFIX)/lib/libgnomeprint.a
+@USE_GNOME_PRINT_TRUE@print_libs = -lgnomeprint
 
 gnome_iconedit_LDADD =     widgets/libwidgets.a        $(GNOME_LIBDIR)     $(GNOMEUI_LIBS)     $(GNORBA_LIBS)      -lgdk_pixbuf -lz -lpng -lXpm -lxml -lz  $(OAF_LIBS)     $(print_libs)