summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: d374193c88d95d22a86c8a33f756e7a8795d006d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

bin_PROGRAMS=paman

paman_SOURCES=MainWindow.cc MainWindow.hh \
	SinkWindow.cc SinkWindow.hh \
	SourceWindow.cc SourceWindow.hh \
	ServerInfoManager.cc ServerInfoManager.hh \
	paman.cc paman.hh \
	ClientWindow.cc ClientWindow.hh \
	ModuleWindow.cc ModuleWindow.hh \
	SinkInputWindow.cc SinkInputWindow.hh \
	SourceOutputWindow.cc SourceOutputWindow.hh \
	StatWindow.cc StatWindow.hh \
	SampleWindow.cc SampleWindow.hh

paman_LDADD=$(AM_LDADD) $(GUILIBS_LIBS) $(POLYP_LIBS)
paman_CXXFLAGS=$(AM_CXXFLAGS) $(GUILIBS_CFLAGS) $(POLYP_CFLAGS)