14 lines
205 B
Makefile
14 lines
205 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir)/common
|
|
|
|
lib_LTLIBRARIES = \
|
|
libxup.la
|
|
|
|
libxup_la_SOURCES = xup.c
|
|
|
|
libxup_la_LIBADD = \
|
|
$(top_srcdir)/common/libxrdp-common.a
|
|
|
|
libxup_la_LDFLAGS = \
|
|
-version-info 5:0:5
|