diff options
Diffstat (limited to 'configs/hpux10')
-rw-r--r-- | configs/hpux10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/hpux10 b/configs/hpux10 index e17c8b6813..2406e50940 100644 --- a/configs/hpux10 +++ b/configs/hpux10 @@ -11,4 +11,4 @@ CXX = aCC CFLAGS = +O3 +DAportable +z -Aa -D_HPUX_SOURCE -I/usr/include/X11R6 -I/usr/contrib/X11R6/include -DUSE_XSHM CXXFLAGS = +O3 +DAportable +Z -Aa -D_HPUX_SOURCE -APP_LIB_DEPS = -$(LIB_DIR) -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm +APP_LIB_DEPS = -$(TOP)/$(LIB_DIR) -L/usr/lib/X11R6 -L/usr/contrib/X11R6/lib -lXext -lXmu -lXi -lX11 -lm |