diff options
author | Nicolas Noble <pixel@nobis-crew.org> | 2009-11-04 15:35:23 -0800 |
---|---|---|
committer | Nicolas Noble <pixel@nobis-crew.org> | 2009-11-04 15:35:23 -0800 |
commit | aef2090e758216c42c19f3a8d027def983135b4f (patch) | |
tree | 1d0962948d304c68613e60236579afcf6b5893ed /Makefile | |
parent | b3af8f0899c0d5f94d6cee64e6ffe294a51f8091 (diff) |
The linux module now works.
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) \ |