summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 06573d06c4e07e6dce3a063cc12b5abce69a62c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in
bin_PROGRAMS = filestreamproxy
filestreamproxy_SOURCES =  main.cpp
filestreamproxy_SOURCES += eFilePumpThread.cpp
filestreamproxy_SOURCES += eNetworkPumpThread.cpp
filestreamproxy_SOURCES += eURIDecoder.cpp
filestreamproxy_SOURCES += uThread.cpp

filestreamproxy_LDADD = $(LIBLTDL) @PTHREAD_LIBS@