aboutsummaryrefslogtreecommitdiffstats
path: root/common/network/Makefile.am
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2008-04-14 14:49:52 +0000
committerAdam Tkac <atkac@redhat.com>2008-04-14 14:49:52 +0000
commit47e7ee8e73c77202d2b07998cfb9efbe496ae849 (patch)
tree23fe0ff941a577a4a817a250c9af99e70aa0c63f /common/network/Makefile.am
parent4cb954c36761f041eba50f374b5d2f4b3510757f (diff)
downloadtigervnc-47e7ee8e73c77202d2b07998cfb9efbe496ae849.tar.gz
tigervnc-47e7ee8e73c77202d2b07998cfb9efbe496ae849.zip
- generate Makefile.in from Makefile.am template
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1.5-xserver@2466 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/network/Makefile.am')
-rw-r--r--common/network/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/network/Makefile.am b/common/network/Makefile.am
new file mode 100644
index 00000000..716e8ba8
--- /dev/null
+++ b/common/network/Makefile.am
@@ -0,0 +1,6 @@
+noinst_LTLIBRARIES = libnetwork.la
+
+libnetwork_la_SOURCES = TcpSocket.cxx
+
+libnetwork_la_CPPFLAGS = -I$(top_srcdir) @SOCKLEN_T_DEFINE@
+