diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -142,7 +142,6 @@ cdpicture.c \ cddebug.c \ cdfontex.c \ sim.c \ -cd_truetype.c \ sim_other.c \ sim_primitives.c \ sim_linepolyfill.c \ @@ -287,13 +286,14 @@ iupmat_getset.c \ iupmatrix.c \ iupmat_scroll.c \ iupmat_edit.c \ -iup_glcanvas_x.c \ iupPPlot.cpp \ iupPPlotInteraction.cpp \ iup_pplot.cpp \ iup_im.c \ iup_image_library.c \ ledc.c \ +lex.yy.c \ +y.tab.c \ iuplua.c \ iuplua_api.c \ il_tree_aux.c \ @@ -349,13 +349,11 @@ il_matrix.c \ il_cells.c \ iuplua_pplot.c \ il_pplot.c \ -iuplua_glcanvas.c \ -il_glcanvas.c \ iuplua_im.c \ iuplua_imglib.c \ plugin-luaiup.cc \ -IUP_LIBS = +IUP_LIBS = -lXm -lXpm -lXmu -lXt -lXext -lX11 -lm WHOLE_SOURCES = \ $(IM_SOURCES) \ |