2023-03-09 13:35:44 +03:00
|
|
|
pkglibexec_PROGRAMS = \
|
|
|
|
waitforx
|
2022-11-20 05:43:00 +03:00
|
|
|
|
2023-09-04 11:33:27 +03:00
|
|
|
AM_LDFLAGS = $(X_LIBS) -lX11 -lXrandr
|
2023-03-13 23:52:00 +03:00
|
|
|
|
2023-03-09 13:36:43 +03:00
|
|
|
AM_CPPFLAGS = \
|
2023-03-23 15:51:24 +03:00
|
|
|
-I$(top_srcdir)/sesman/sesexec \
|
2023-03-09 13:36:43 +03:00
|
|
|
-I$(top_srcdir)/common
|
2023-03-13 23:52:00 +03:00
|
|
|
|
|
|
|
AM_CFLAGS = $(X_CFLAGS)
|
2022-11-20 05:43:00 +03:00
|
|
|
|
2023-03-09 13:35:44 +03:00
|
|
|
waitforx_SOURCES = waitforx.c
|
2022-11-20 05:43:00 +03:00
|
|
|
|
2023-03-09 13:35:44 +03:00
|
|
|
waitforx_LDADD = \
|
2022-11-20 05:43:00 +03:00
|
|
|
$(top_builddir)/common/libcommon.la
|