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

« back to all changes in this revision

Viewing changes to lib/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:
210
210
top_srcdir = @top_srcdir@
211
211
lib_LTLIBRARIES = liballtray.la
212
212
liballtray_la_SOURCES = nomap.c
213
 
liballtray_la_LDFLAGS = -version-info 0:0:0 -ldl
 
213
liballtray_la_LDFLAGS = -version-info 0:0:0 -ldl -lX11
214
214
liballtray_la_CFLAGS = $(X_CFLAGS)
215
215
all: all-am
216
216