~l3on/ubuntu/precise/rkward/rebuild1

« back to all changes in this revision

Viewing changes to rkward/misc/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-05-11 21:58:23 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511215823-m2f3gehcvapwrzgp
Tags: 0.5.0d-0ubuntu1
* New upstream release (LP: #375213)
* Bump Standards-Version to 3.8.1
* Drop cmake, libphon-dev from build-deps
* Update maintainer field

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
########### install files ###############
26
26
 
27
 
 
28
 
 
29
 
 
30
 
#original Makefile.am contents follow:
31
 
 
32
 
#INCLUDES = $(all_includes)
33
 
#METASOURCES = AUTO
34
 
#noinst_LIBRARIES =  libmisc.a
35
 
#libmisc_a_SOURCES = rkspinbox.cpp \
36
 
#       getfilenamewidget.cpp rkobjectlistview.cpp rkcanceldialog.cpp xmlhelper.cpp \
37
 
#       multistringselector.cpp rkcommonfunctions.cpp rkprogresscontrol.cpp rksaveobjectchooser.cpp \
38
 
#       rkdummypart.cpp
39
 
#noinst_HEADERS = rkspinbox.h getfilenamewidget.h \
40
 
#       rkobjectlistview.h rkcanceldialog.h xmlhelper.h multistringselector.h \
41
 
#       rkcommonfunctions.h rkprogresscontrol.h rksaveobjectchooser.h \
42
 
#       rkdummypart.h
43
 
#
 
27
INSTALL(FILES
 
28
        rkdummypart.rc
 
29
        DESTINATION ${DATA_INSTALL_DIR}/rkward)