X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fbase%2FMakefile.am;h=ca9483d3472f9632e8f2e8462f5930af499cdfe4;hb=4a5f4afeff93bb2c577c135835853ebaf2c7868b;hp=d76dfc9e0c022c148c59faf7229006ae012cf133;hpb=a582f7d2a1ff336a1edc59a7d9d7a0707e0c8741;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