diff options
Diffstat (limited to 'nx-X11/lib/X11/xlibi18n/Imakefile')
-rw-r--r-- | nx-X11/lib/X11/xlibi18n/Imakefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nx-X11/lib/X11/xlibi18n/Imakefile b/nx-X11/lib/X11/xlibi18n/Imakefile new file mode 100644 index 000000000..6074f9fd3 --- /dev/null +++ b/nx-X11/lib/X11/xlibi18n/Imakefile @@ -0,0 +1,9 @@ +#define IHaveSubdirs +#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" + +SUBDIRS = lc im om + +MakeSubdirs($(SUBDIRS)) +DependSubdirs($(SUBDIRS)) +MakeLintLibSubdirs($(LINTSUBDIRS)) +MakeLintSubdirs($(LINTSUBDIRS),install.ln,install.ln) |