diff options
Diffstat (limited to 'xc/programs/xclipboard/Imakefile')
-rw-r--r-- | xc/programs/xclipboard/Imakefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xc/programs/xclipboard/Imakefile b/xc/programs/xclipboard/Imakefile new file mode 100644 index 000000000..0e90d526b --- /dev/null +++ b/xc/programs/xclipboard/Imakefile @@ -0,0 +1,14 @@ +XCOMM $XConsortium: Imakefile /main/9 1996/01/14 16:50:36 kaleb $ + SRCS1 = xclipboard.c + OBJS1 = xclipboard.o + SRCS2 = xcutsel.c + OBJS2 = xcutsel.o + PROGRAMS = xclipboard xcutsel + DEPLIBS = XkbClientDepLibs XawClientDepLibs +LOCAL_LIBRARIES = XkbClientLibs XawClientLibs + DEFINES = XkbClientDefines + +ComplexProgramTarget_1(xclipboard,$(LOCAL_LIBRARIES),NullParameter) +ComplexProgramTarget_2(xcutsel,$(LOCAL_LIBRARIES),NullParameter) + +InstallAppDefaults(XClipboard) |