diff options
Diffstat (limited to 'gdk/nanox/Makefile.am')
-rw-r--r-- | gdk/nanox/Makefile.am | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gdk/nanox/Makefile.am b/gdk/nanox/Makefile.am index fc3d1a568a..12762f25b5 100644 --- a/gdk/nanox/Makefile.am +++ b/gdk/nanox/Makefile.am @@ -8,16 +8,18 @@ INCLUDES = @STRIP_BEGIN@ \ @GTK_XIM_FLAGS@ \ @GTK_LOCALE_FLAGS@ \ @GLIB_CFLAGS@ \ - @x_cflags@ \ + @more_cflags@ \ @STRIP_END@ LDADDS = @STRIP_BEGIN@ \ - @x_ldflags@ \ - @x_libs@ \ + @more_ldflags@ \ + @more_libs@ \ @GLIB_LIBS@ \ -lm \ @STRIP_END@ +if USE_NANOX + noinst_LTLIBRARIES = libgdk-nanox.la xinput_sources = \ @@ -38,14 +40,14 @@ libgdk_nanox_la_SOURCES = \ gdkinput.c \ gdkmain-nanox.c \ gdkpixmap-nanox.c \ - gdkpolyreg-generic.c \ gdkproperty-nanox.c \ - gdkregion-generic.c \ gdkselection-nanox.c \ gdkvisual-nanox.c \ gdkwindow-nanox.c \ - gdknanox.h \ gdkprivate-nanox.h \ gdkinput-none.c +else +noinst_LTLIBRARIES = +endif |