2008-08-03 15:48:32 +08:00
|
|
|
INCLUDES = \
|
|
|
|
-I$(top_srcdir)/common
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = \
|
|
|
|
libxup.la
|
|
|
|
|
|
|
|
libxup_la_SOURCES = xup.c
|
|
|
|
|
|
|
|
libxup_la_LIBADD = \
|
2008-08-12 14:09:58 +08:00
|
|
|
$(top_srcdir)/common/libcommon.la
|
2008-08-03 15:48:32 +08:00
|
|
|
|
|
|
|
libxup_la_LDFLAGS = \
|
2008-08-12 14:09:58 +08:00
|
|
|
-version-info @XRDP_VERSION_INFO@
|