summaryrefslogtreecommitdiff
path: root/src/gtk/Makefile.am
blob: 3943f62c3f2d8e31f3429f92d464cc6d18d06cab (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
INCLUDES=-I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/intl

SUBDIRS = \
	controllers \
	toplevel \
	util \
	views \
	view-impls

noinst_LIBRARIES=libgtk.a

pkgdatadir=$(datadir)/$(PACKAGE)

pkgdata_DATA = aptitude.glade

EXTRA_DIST = aptitude.glade

libgtk_a_SOURCES=\
	areas.cc \
	areas.h \
	changelog.cc \
	changelog.h \
	constants.h \
	dashboardtab.cc \
	dashboardtab.h \
	dependency_chains_tab.cc \
	dependency_chains_tab.h \
	download.cc \
	download.h \
	dpkg_terminal.cc \
	dpkg_terminal.h \
	entitysummary.cc \
	entitysummary.h \
	entityview.cc \
	entityview.h \
	errortab.cc \
	errortab.h \
	filesview.cc \
	filesview.h \
	globals.cc \
	globals.h \
	gui.cc \
	gui.h \
	hyperlink.cc \
	hyperlink.h \
	info.cc \
	info.h \
	init.cc \
	init.h \
	mainwindow.cc \
	mainwindow.h \
	notify.cc \
	notify.h \
	packageinformation.cc \
	packageinformation.h \
	packagestab.cc \
	packagestab.h \
	pkgview.cc \
	pkgview.h \
	post_event.cc \
	post_event.h \
	previewtab.cc \
	previewtab.h \
	progress.cc \
	progress.h \
	resolver.cc \
	resolver.h \
	screenshot.cc \
	screenshot.h \
	screenshot_cache.cc \
	screenshot_cache.h \
	tab.cc \
	tab.h \
	treeview_cell_tooltips.cc \
	treeview_cell_tooltips.h