Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/XRDP/xrdpapi/   (X11 Server Version 0.10.6.1©)  Datei vom 7.6.2026 mit Größe 884 B image not shown  

Quelle  Makefile.am   Sprache: unbekannt

 
Spracherkennung für: .am vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

EXTRA_DIST = \
  simple.c \
  connectmon.c \
  vrplayer.c \
  vrplayer.mk

AM_CPPFLAGS = \
  -DXRDP_SOCKET_ROOT_PATH=\"${socketdir}\" \
  -I$(top_srcdir)/common

module_LTLIBRARIES = \
  libxrdpapi.la

libxrdpapi_la_SOURCES = \
  xrdpapi.c \
  xrdpapi.h

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

# Build the 'simple' example programs, so they are added to the CI
noinst_PROGRAMS = \
  xrdp-xrdpapi-connectmon \
  xrdp-xrdpapi-simple

xrdp_xrdpapi_connectmon_SOURCES = \
  connectmon.c

# If you change this, update the standalone build instructions in connectmon.c
xrdp_xrdpapi_connectmon_LDADD = \
  libxrdpapi.la \
  $(top_builddir)/common/libcommon.la

xrdp_xrdpapi_simple_SOURCES = \
  simple.c

# If you change this, update the standalone build instructions in simple.c
xrdp_xrdpapi_simple_LDADD = \
  libxrdpapi.la \
  $(top_builddir)/common/libcommon.la

[Dauer der Verarbeitung: 0.3 Sekunden, vorverarbeitet 2026-07-10]