~ubuntu-branches/debian/stretch/lightdm/stretch

« back to all changes in this revision

Viewing changes to liblightdm-qt/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2014-04-22 23:33:26 UTC
  • mfrom: (1.1.23) (16.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20140422233326-gpd7rgap1v53zkuy
Tags: 1.10.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
396
396
USE_NLS = @USE_NLS@
397
397
VERSION = @VERSION@
398
398
WARN_CFLAGS = @WARN_CFLAGS@
 
399
WARN_CXXFLAGS = @WARN_CXXFLAGS@
399
400
XCB_CFLAGS = @XCB_CFLAGS@
400
401
XCB_LIBS = @XCB_LIBS@
401
402
XGETTEXT = @XGETTEXT@
470
471
        $(common_libadd)
471
472
 
472
473
common_cflags = \
 
474
        $(WARN_CXXFLAGS) \
473
475
        -I$(top_srcdir)/liblightdm-gobject \
474
476
        $(GLIB_CFLAGS) \
475
477
        -DQT_NO_KEYWORDS \