~ubuntu-branches/ubuntu/feisty/kdetv/feisty

« back to all changes in this revision

Viewing changes to kdetv/kvideoio/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-09-17 23:25:16 UTC
  • Revision ID: james.westby@ubuntu.com-20050917232516-9wdsn3ckagbqieh8
Tags: upstream-0.8.8
ImportĀ upstreamĀ versionĀ 0.8.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = kdetvv4lsetup
 
2
 
 
3
# Main Library
 
4
lib_LTLIBRARIES = libkvideoio.la
 
5
 
 
6
#
 
7
# Library
 
8
#
 
9
if include_kdetvvideo
 
10
V4L_SOURCES = v4ldev.cpp v4ldevtuner.cpp v4ldevcamera.cpp v4l2dev.cpp
 
11
endif
 
12
 
 
13
libkvideoio_la_SOURCES = kxv.cpp qvideostream.cpp qvideo.cpp $(V4L_SOURCES)
 
14
 
 
15
libkvideoio_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
 
16
libkvideoio_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(KDETV_LIBS) $(GLLIB)
 
17
 
 
18
# General
 
19
noinst_HEADERS = v4ldev.h v4ldevtuner.h v4ldevcamera.h v4l2dev.h qvideostream.h kxv.h qvideo.h
 
20
 
 
21
INTERFACES = 
 
22
TRANSLATIONS = 
 
23
 
 
24
METASOURCES = AUTO
 
25
 
 
26
# set the include path for X, qt and KDE
 
27
INCLUDES= $(GLINC) $(all_includes)