File: Makefile.am

package info (click to toggle)
dvbstreamer 2.1.0-5.8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 5,676 kB
  • sloc: ansic: 42,193; sh: 10,230; python: 519; makefile: 363
file content (35 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
## Process this file with automake to produce Makefile.in

## Created by Anjuta - will be overwritten
## If you don't want it to overwrite it,
## 	Please disable it in the Anjuta project configuration


dvbstreamer_pkgincludedir = $(pkgincludedir)
dvbstreamer_pkginclude_DATA = \
    types.h \
    cache.h \
    objects.h \
    services.h \
    multiplexes.h \
    pids.h \
    dbase.h \
    dvbadapter.h \
    main.h \
    plugin.h \
    ts.h \
    logging.h \
    list.h \
    commands.h \
    deliverymethod.h \
    dispatchers.h\
    dvbtext.h \
    atsctext.h \
    utf8.h \
    messageq.h \
    deferredproc.h \
    events.h


EXTRA_DIST = $(dvbstreamer_pkginclude_DATA)