diff options
author | jsorg71 <jsorg71> | 2008-08-03 07:48:32 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2008-08-03 07:48:32 +0000 |
commit | c5fceb31ece2af9cd9101007dc9c1750ae778ea7 (patch) | |
tree | 05df20814d970ad260cb0af00759a40b09e834e2 /xup | |
parent | dae5aa5d508c8468b82ab29514e01b23bc072400 (diff) | |
download | xrdp-proprietary-c5fceb31ece2af9cd9101007dc9c1750ae778ea7.tar.gz xrdp-proprietary-c5fceb31ece2af9cd9101007dc9c1750ae778ea7.zip |
autotools
Diffstat (limited to 'xup')
-rw-r--r-- | xup/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xup/Makefile.am b/xup/Makefile.am new file mode 100644 index 00000000..13652c53 --- /dev/null +++ b/xup/Makefile.am @@ -0,0 +1,13 @@ +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 |