summaryrefslogtreecommitdiffstats
path: root/src/app/Queue/Makefile.am
blob: 1630c6a56ae0abdead8cfbdccda137f0914db9c9 (plain)
1
2
3
4
5
6
7
8
9
10
noinst_LIBRARIES = libQueue.a

INCLUDES = $(all_includes)

libQueue_a_METASOURCES = AUTO

libQueue_a_SOURCES = \
	queue.cpp \
	queue_mgr.cpp \
	queuewidget.cpp