yet agin a fix to make it compile in strange prefixes.
This commit is contained in:
parent
d37fd8590e
commit
2c3cae6a9a
1 changed files with 12 additions and 10 deletions
|
@ -2,24 +2,26 @@ INCLUDES = -I. -I$(srcdir) \
|
||||||
-I$(top_srcdir)/intl -I$(top_builddir)/intl \
|
-I$(top_srcdir)/intl -I$(top_builddir)/intl \
|
||||||
-I$(top_srcdir)/libgnomevfs \
|
-I$(top_srcdir)/libgnomevfs \
|
||||||
$(CAPPLET_INCLUDEDIR) \
|
$(CAPPLET_INCLUDEDIR) \
|
||||||
|
$(OAF_CFLAGS) \
|
||||||
$(GNOME_INCLUDEDIR) \
|
$(GNOME_INCLUDEDIR) \
|
||||||
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
|
||||||
-I$(includedir)
|
-I$(includedir)
|
||||||
|
|
||||||
bin_PROGRAMS = nautilus-mime-type-capplet
|
bin_PROGRAMS = nautilus-mime-type-capplet
|
||||||
|
|
||||||
nautilus_mime_type_capplet_SOURCES =\
|
nautilus_mime_type_capplet_SOURCES = \
|
||||||
nautilus-mime-type-capplet.h \
|
nautilus-mime-type-capplet.h \
|
||||||
nautilus-mime-type-capplet-dialogs.h \
|
nautilus-mime-type-capplet-dialogs.h \
|
||||||
nautilus-mime-type-capplet.c\
|
nautilus-mime-type-capplet.c \
|
||||||
nautilus-mime-type-capplet-dialogs.c
|
nautilus-mime-type-capplet-dialogs.c
|
||||||
|
|
||||||
nautilus_mime_type_capplet_LDADD =\
|
nautilus_mime_type_capplet_LDADD = \
|
||||||
$(CAPPLET_LIBDIR) \
|
$(CAPPLET_LIBDIR) \
|
||||||
$(CAPPLET_LIBS) \
|
$(CAPPLET_LIBS) \
|
||||||
$(ORBIT_LIBS) \
|
$(ORBIT_LIBS) \
|
||||||
$(INTLLIBS) \
|
$(OAF_LIBS) \
|
||||||
$(top_builddir)/libgnomevfs/libgnomevfs.la \
|
$(INTLLIBS) \
|
||||||
|
$(top_builddir)/libgnomevfs/libgnomevfs.la \
|
||||||
-lgdk_pixbuf
|
-lgdk_pixbuf
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue