scx/c/xlib/Makefile.am

14 lines
499 B
Makefile
Raw Normal View History

2003-11-17 03:56:57 -05:00
INCLUDES = -I@top_srcdir@/c/xlib -I@top_srcdir@/c/libs -I@x_includes@ \
-I@top_srcdir@/c -I@scsh_includes@
2003-12-02 07:10:28 -05:00
noinst_LTLIBRARIES = libscxx11.la
2003-11-17 03:56:57 -05:00
2003-12-02 07:10:28 -05:00
libscxx11_la_SOURCES = \
2003-11-17 03:56:57 -05:00
client.c colormap.c cursor.c display.c error.c event-types.c \
event.c font.c gcontext.c grab.c graphics.c init.c key.c \
2003-11-17 03:56:57 -05:00
pixmap.c property.c region.c text.c types.c util.c visual.c window.c \
wm.c xlib.h
2003-12-02 07:10:28 -05:00
libscxx11_la_LIBADD = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS) -lX11
libscxx11_la_LDFLAGS= -avoid-version -module