~ubuntu-branches/debian/sid/gsmartcontrol/sid

« back to all changes in this revision

Viewing changes to src/applib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Giuseppe Iuculano
  • Date: 2011-07-15 14:59:29 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110715145929-2o1o4phm5w1rwttz
Tags: 0.8.6-1
* [dbb993d] Updated my email address and removed DM-Upload-Allowed
  control field
* [b681b5b] Imported Upstream version 0.8.6
* [ab9bb7a] Refreshed patches
* [a909506] Bump to Standards-Version 3.9.2, no changes needed
* [48dd13d] Switch to dpkg-source 3.0 (quilt) format

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
METASOURCES = AUTO
3
3
noinst_LIBRARIES = libapplib.a
4
4
libapplib_a_SOURCES = app_gtkmm_utils.cpp app_pango_utils.cpp cmdex.cpp \
5
 
        cmdex_sync.cpp cmdex_sync_gui.cpp gui_utils.cpp selftest.cpp smartctl_executor.cpp \
6
 
        smartctl_parser.cpp storage_detector.cpp storage_device.cpp storage_property.cpp \
 
5
        cmdex_sync.cpp cmdex_sync_gui.cpp executor_factory.cpp gui_utils.cpp selftest.cpp smartctl_executor.cpp \
 
6
        smartctl_parser.cpp storage_detector.cpp storage_detector_linux.cpp storage_detector_other.cpp \
 
7
        storage_detector_win32.cpp storage_device.cpp storage_property.cpp \
7
8
        storage_property_descr.cpp
8
9
noinst_HEADERS = app_gtkmm_features.h app_gtkmm_utils.h app_pango_utils.h \
9
 
        app_pcrecpp.h app_ui_res_utils.h cmdex.h cmdex_sync.h cmdex_sync_gui.h gui_utils.h \
 
10
        app_pcrecpp.h app_ui_res_utils.h cmdex.h cmdex_sync.h cmdex_sync_gui.h executor_factory.h gui_utils.h \
10
11
        selftest.h smartctl_executor.h smartctl_executor_gui.h smartctl_parser.h \
11
 
        storage_detector.h storage_device.h storage_property.h storage_property_colors.h \
12
 
        storage_property_descr.h storage_settings.h wrapping_label.h
 
12
        storage_detector.h storage_detector_helpers.h storage_detector_linux.h storage_detector_other.h \
 
13
        storage_detector_win32.h storage_device.h storage_property.h storage_property_colors.h \
 
14
        storage_property_descr.h storage_settings.h tw_cli_executor.h wrapping_label.h
13
15
 
14
16
# don't use absolute path for the current dir's .a, because the make
15
17
# dependency resolver won't get it (needed for parallel builds)