X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fbase%2FMakefile.am;h=ca9483d3472f9632e8f2e8462f5930af499cdfe4;hp=d76dfc9e0c022c148c59faf7229006ae012cf133;hb=9d9d69d8242d27915c95cb794bd4e7a93759b6db;hpb=aaa6a9751a34e2c0041210eedc3b4fb5915439ce 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