diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-10-29 02:08:32 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 17:15:38 +0100 |
| commit | 84d23f2ac49ec7ffb7315859c801d6393090b630 (patch) | |
| tree | c7f94227de0962a539b3ceb088dd7c02bdaaff71 /lib/base | |
| parent | 96b320d3d1b921cad7a94027b449dacd49470117 (diff) | |
| download | enigma2-84d23f2ac49ec7ffb7315859c801d6393090b630.tar.gz enigma2-84d23f2ac49ec7ffb7315859c801d6393090b630.zip | |
install header files
Diffstat (limited to 'lib/base')
| -rw-r--r-- | lib/base/Makefile.am | 41 |
1 files changed, 22 insertions, 19 deletions
diff --git a/lib/base/Makefile.am b/lib/base/Makefile.am index 652ef9cd..becb032e 100644 --- a/lib/base/Makefile.am +++ b/lib/base/Makefile.am @@ -8,45 +8,48 @@ noinst_LIBRARIES = libenigma_base.a libenigma_base_a_SOURCES = \ buffer.cpp \ - buffer.h \ connection.cpp \ console.cpp \ - console.h \ ebase.cpp \ - ebase.h \ eenv.cpp \ - eenv.h \ eerror.cpp \ - eerror.h \ elock.cpp \ - elock.h \ encoding.cpp \ + estring.cpp \ + etpm.cpp \ + filepush.cpp \ + init.cpp \ + ioprio.cpp \ + message.cpp \ + nconfig.cpp \ + rawfile.cpp \ + smartptr.cpp \ + thread.cpp + +EXTRA_DIST = \ + eenv.cpp.in + +baseincludedir = $(pkgincludedir)/lib/base +baseinclude_HEADERS = \ + buffer.h \ + console.h \ + ebase.h \ + eenv.h \ + eerror.h \ + elock.h \ encoding.h \ eptrlist.h \ - estring.cpp \ estring.h \ - etpm.cpp \ etpm.h \ - filepush.cpp \ filepush.h \ i18n.h \ - init.cpp \ init.h \ init_num.h \ - ioprio.cpp \ ioprio.h \ - message.cpp \ message.h \ - nconfig.cpp \ nconfig.h \ object.h \ - rawfile.cpp \ rawfile.h \ ringbuffer.h \ - smartptr.cpp \ smartptr.h \ - thread.cpp \ thread.h - -EXTRA_DIST = \ - eenv.cpp.in |
