aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad
diff options
context:
space:
mode:
Diffstat (limited to 'nxcompshad')
-rw-r--r--nxcompshad/configure.ac2
-rw-r--r--nxcompshad/src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/nxcompshad/configure.ac b/nxcompshad/configure.ac
index b3abf0efb..34b1c053c 100644
--- a/nxcompshad/configure.ac
+++ b/nxcompshad/configure.ac
@@ -42,7 +42,7 @@ m4_ifdef([PKG_INSTALLDIR], [PKG_INSTALLDIR],
AC_LANG([C++])
NX_COMPILER_BRAND
-NX_COMPILER_FLAGS
+NX_DEFAULT_OPTIONS
AC_CONFIG_FILES([
Makefile
diff --git a/nxcompshad/src/Makefile.am b/nxcompshad/src/Makefile.am
index c7f45ba27..6d82dcd88 100644
--- a/nxcompshad/src/Makefile.am
+++ b/nxcompshad/src/Makefile.am
@@ -18,7 +18,7 @@ libXcompshad_la_LIBADD = \
@Xdamage_LIBS@ \
@Xrandr_LIBS@ \
@Xtst_LIBS@ \
- -L$(top_srcdir)/../nx-X11/exports/lib -lNX_X11 \
+ -L$(top_srcdir)/../nx-X11/lib/src/.libs -lNX_X11 \
$(NULL)
AM_CFLAGS = \