diff options
Diffstat (limited to 'nx-X11/lib/XprintAppUtil/Imakefile')
-rw-r--r-- | nx-X11/lib/XprintAppUtil/Imakefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/nx-X11/lib/XprintAppUtil/Imakefile b/nx-X11/lib/XprintAppUtil/Imakefile new file mode 100644 index 000000000..4826ce8d7 --- /dev/null +++ b/nx-X11/lib/XprintAppUtil/Imakefile @@ -0,0 +1,21 @@ +#define DoNormalLib YES +# XprintAppUtil is not a stable interface yet, therefore avoid shipping it +# as shared lib for now +#define DoSharedLib NO +#define DoDebugLib NO +#define DoProfileLib NO +#define HasSharedData NO +#define LibName XprintAppUtil +#define SoRev SOZLIBREV +#define IncSubdir X11 +#define IncSubSubdir XprintAppUtil + + +HEADERS = xpapputil.h + +SRCS = xpapputil.c +OBJS = xpapputil.o + +#include <Library.tmpl> + +DependTarget() |