root / tags / 1.0.8 / xapian-core / net / Makefile.mk

Revision 8160, 228 bytes (checked in by olly, 21 months ago)

* ./: svn:eol-style not svn:eolstyle.

  • Property svn:eol-style set to native
Line 
1EXTRA_DIST +=\
2        net/dir_contents\
3        net/Makefile
4
5if BUILD_BACKEND_REMOTE
6libxapian_la_SOURCES +=\
7        net/progclient.cc\
8        net/remoteconnection.cc\
9        net/remoteserver.cc\
10        net/serialise.cc\
11        net/tcpclient.cc\
12        net/tcpserver.cc
13endif
Note: See TracBrowser for help on using the browser.