Skip to content

Commit

Permalink
Fixed xsu linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
megastep committed Apr 18, 2012
1 parent 683cc14 commit e7ad5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ setup.carbon: do-plugins @DO_DIALOG@ $(CARBON_OBJS) $(COMMON_LIBS)
cp setup.carbon setup.APP/Contents/MacOS

xsu: $(XSU_OBJS)
$(LD) $(LDFLAGS) -o $@ $^ @GUI_LIBS@ @LIBUTIL@ @X11_LIBS@ @LIBINTL@ @EXTRA_LIBS@
$(LD) $(LDFLAGS) -o $@ $^ @LIBS@ @GUI_LIBS@ @LIBUTIL@ @X11_LIBS@ @LIBINTL@ @EXTRA_LIBS@

do-plugins:
$(MAKE) -C plugins all
Expand Down

0 comments on commit e7ad5bf

Please sign in to comment.