File: Makefile.am

package info (click to toggle)
xrdp 0.10.5-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 15,104 kB
  • sloc: ansic: 107,426; sh: 5,852; asm: 4,742; cpp: 2,555; makefile: 1,474
file content (15 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkglibexec_PROGRAMS = \
  waitforx

AM_LDFLAGS = $(X_LIBS) -lX11 -lXrandr

AM_CPPFLAGS = \
  -I$(top_srcdir)/sesman/sesexec \
  -I$(top_srcdir)/common

AM_CFLAGS = $(X_CFLAGS)

waitforx_SOURCES = waitforx.c

waitforx_LDADD = \
  $(top_builddir)/common/libcommon.la