diff options
author | Adam Tkac <atkac@redhat.com> | 2008-04-14 14:49:52 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-04-14 14:49:52 +0000 |
commit | 47e7ee8e73c77202d2b07998cfb9efbe496ae849 (patch) | |
tree | 23fe0ff941a577a4a817a250c9af99e70aa0c63f /common/network/Makefile.am | |
parent | 4cb954c36761f041eba50f374b5d2f4b3510757f (diff) | |
download | tigervnc-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.am | 6 |
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@ + |