X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fbase%2FMakefile.am;h=ca9483d3472f9632e8f2e8462f5930af499cdfe4;hb=dfb72b815d91d564557fc895c347531217ea2195;hp=d76dfc9e0c022c148c59faf7229006ae012cf133;hpb=849b33656dc710cfa5f644a55680fd396ab1d8d7;p=vuplus_dvbapp diff --git a/lib/base/Makefile.am b/lib/base/Makefile.am index d76dfc9..ca9483d 100644 --- a/lib/base/Makefile.am +++ b/lib/base/Makefile.am @@ -24,7 +24,9 @@ libenigma_base_a_SOURCES = \ nconfig.cpp \ rawfile.cpp \ smartptr.cpp \ - thread.cpp + thread.cpp \ + httpstream.cpp \ + socketbase.cpp EXTRA_DIST = \ eenv.cpp.in @@ -53,4 +55,6 @@ baseinclude_HEADERS = \ rawfile.h \ ringbuffer.h \ smartptr.h \ - thread.h + thread.h \ + httpstream.h \ + socketbase.h