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

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

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