Skip to content

Commit

Permalink
Removing -lXp
Browse files Browse the repository at this point in the history
  • Loading branch information
jrincayc committed Mar 26, 2024
1 parent 4edb1c9 commit 701ad77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sera1/config/linux.cf
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ EXTRA_X_LIBS = -lXmu -lXt -lSM -lICE -lXext -lXintl -lXi -lX11
#else
#define StandardIncludes -I/usr/X11R6/include -I$(TOP)/Shared/include
#define ExtraLibraries -L/usr/X11R6/lib -L$(TOP)/Shared/lib
EXTRA_X_LIBS = -lXmu -lXt -lSM -lICE -lXext -lXp -lXi -lX11
EXTRA_X_LIBS = -lXmu -lXt -lSM -lICE -lXext -lXi -lX11
#endif

XCOMM Location for libraries built withing the project.
Expand Down

0 comments on commit 701ad77

Please sign in to comment.