summaryrefslogtreecommitdiff
path: root/purple-history/meson.build
blob: ddc6e851a4a51ccb4883829a1a595414f31fbfbd (plain)
1
2
3
4
5
6
7
8
PURPLE_HISTORY_SOURCES = [
	'purplehistorycore.c',
]

purple_history = executable('purple-history',
	PURPLE_HISTORY_SOURCES,
	dependencies : [libpurple_dep, glib],
	install : true)