blob: b841df8a5e7d1c966ea8bbae6a29e953268b4877 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if APPLE
libexec_PROGRAMS = x11-exec
x11_exec_LDFLAGS = -framework CoreServices
endif
launchagents_PRE = org.x.X11.plist.pre
launchagents_DATA = $(launchagents_PRE:plist.pre=plist)
CPP_FILES_FLAGS = \
-D__libexecdir__="$(libexecdir)" \
-D__bindir__="$(bindir)"
CLEANFILES = $(launchagents_DATA)
include $(top_srcdir)/cpprules.in
|