X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fbase%2FMakefile.am;h=ca9483d3472f9632e8f2e8462f5930af499cdfe4;hp=7f04abfa121e7ed589771e6d34de1263f4d9d920;hb=68d8c8097853dca09312fc40fadb44956ffdca92;hpb=e7e373740021d60b23319ecee1e1c456d2d7f67d diff --git a/lib/base/Makefile.am b/lib/base/Makefile.am index 7f04abf..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 @@ -43,7 +45,7 @@ baseinclude_HEADERS = \ etpm.h \ filepush.h \ i18n.h \ - idatasource.h \ + itssource.h \ init.h \ init_num.h \ ioprio.h \ @@ -53,4 +55,6 @@ baseinclude_HEADERS = \ rawfile.h \ ringbuffer.h \ smartptr.h \ - thread.h + thread.h \ + httpstream.h \ + socketbase.h