~ghantoos/alltray/old-maintenance-minor-correct

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Ignace Mouzannar
  • Date: 2010-02-09 21:35:20 UTC
  • Revision ID: mouzannar@gmail.com-20100209213520-hyuvr7orbvs1pktx
Added back the linking to X11 (it was accidentaly overwritten by the regeneration of build system (r30)
Corrected a minor type that I had forgotten

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
  eventfilter.h \
233
233
  inlinepixbufs.h
234
234
 
235
 
alltray_LDFLAGS = -L/usr/X11R6/lib
 
235
alltray_LDFLAGS = -L/usr/X11R6/lib -lX11
236
236
alltray_LDADD = @PACKAGE_LIBS@
237
237
all: all-am
238
238