okay, okay, it builds now.
-Yosh
This commit is contained in:
@ -387,8 +387,10 @@ plug-ins/flarefx/Makefile
|
|||||||
plug-ins/webbrowser/Makefile
|
plug-ins/webbrowser/Makefile
|
||||||
plug-ins/animoptimize/Makefile
|
plug-ins/animoptimize/Makefile
|
||||||
plug-ins/libgck/Makefile
|
plug-ins/libgck/Makefile
|
||||||
|
plug-ins/libgck/gck/Makefile
|
||||||
plug-ins/MapObject/Makefile
|
plug-ins/MapObject/Makefile
|
||||||
plug-ins/gfig/Makefile
|
plug-ins/gfig/Makefile
|
||||||
|
plug-ins/gfig/gfig-examples/Makefile
|
||||||
app/Makefile
|
app/Makefile
|
||||||
docs/Makefile
|
docs/Makefile
|
||||||
data/Makefile
|
data/Makefile
|
||||||
|
@ -8,22 +8,22 @@ MapObject_SOURCES = \
|
|||||||
amb1.xpm amb2.xpm arcball.c arcball.h diffint1.xpm diffint2.xpm diffref1.xpm diffref2.xpm high1.xpm high2.xpm mapobject_apply.c mapobject_apply.h mapobject_image.c mapobject_image.h mapobject_main.c mapobject_main.h mapobject_pixmaps.h mapobject_preview.c mapobject_preview.h mapobject_shade.c mapobject_shade.h mapobject_ui.c mapobject_ui.h specref1.xpm specref2.xpm
|
amb1.xpm amb2.xpm arcball.c arcball.h diffint1.xpm diffint2.xpm diffref1.xpm diffref2.xpm high1.xpm high2.xpm mapobject_apply.c mapobject_apply.h mapobject_image.c mapobject_image.h mapobject_main.c mapobject_main.h mapobject_pixmaps.h mapobject_preview.c mapobject_preview.h mapobject_shade.c mapobject_shade.h mapobject_ui.c mapobject_ui.h specref1.xpm specref2.xpm
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
# -I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/libgck \
|
-I$(top_srcdir)/plug-ins/libgck \
|
||||||
-I$(includedir) \
|
-I$(includedir) \
|
||||||
$(X_CFLAGS)
|
$(X_CFLAGS)
|
||||||
|
|
||||||
LDADD = \
|
LDADD = \
|
||||||
# $(top_builddir)/libgimp/libgimpui.la \
|
$(top_builddir)/libgimp/libgimpui.la \
|
||||||
# $(top_builddir)/libgimp/libgimp.la \
|
$(top_builddir)/libgimp/libgimp.la \
|
||||||
$(top_builddir)/libgck/gck/libgck.la \
|
$(top_builddir)/plug-ins/libgck/gck/libgck.la \
|
||||||
$(X_LIBS) \
|
$(X_LIBS) \
|
||||||
-lc
|
-lc
|
||||||
|
|
||||||
DEPS = \
|
DEPS = \
|
||||||
# $(top_builddir)/libgimp/libgimpui.la \
|
$(top_builddir)/libgimp/libgimpui.la \
|
||||||
# $(top_builddir)/libgimp/libgimp.la \
|
$(top_builddir)/libgimp/libgimp.la \
|
||||||
$(top_builddir)/libgck/gck/libgck.la
|
$(top_builddir)/plug-ins/libgck/gck/libgck.la
|
||||||
|
|
||||||
MapObject_DEPENDENCIES = $(DEPS)
|
MapObject_DEPENDENCIES = $(DEPS)
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ libgck_la_LDFLAGS = -version-info 1:0:0
|
|||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
$(X_CFLAGS) \
|
$(X_CFLAGS) \
|
||||||
-I$(srcdir)/.. \
|
-I$(srcdir)/.. \
|
||||||
# -I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(includedir)
|
-I$(includedir)
|
||||||
|
|
||||||
.PHONY: files
|
.PHONY: files
|
||||||
|
Reference in New Issue
Block a user