Parent Directory
|
Revision Log
magick++ check was failing on F13
1 # Project DiaStar Server 2 # 3 bin_PROGRAMS = diastar 4 5 diastar_SOURCES = main.cxx \ 6 appdiastar.cxx appdiastar.h \ 7 appevent.h \ 8 channelmanager.h \ 9 config.cxx config.h \ 10 dialogicchannel.cxx dialogicchannel.h \ 11 dialogicchannelmanager.cxx dialogicchannelmanager.h \ 12 mediastatemachine.cxx mediastatemachine.h \ 13 ipinfo.h group.h \ 14 dialogicdevice.h \ 15 gcdevice.cxx gcdevice.h \ 16 gcisdndevice.cxx gcisdndevice.h \ 17 ipmdevice.cxx ipmdevice.h \ 18 voxdevice.cxx voxdevice.h \ 19 mmdevice.cxx mmdevice.h \ 20 m3gdevice.cxx m3gdevice.h \ 21 gciptdevice.cxx gciptdevice.h \ 22 gciptboard.cxx gciptboard.h \ 23 confboard.cxx confboard.h \ 24 confdevice.cxx confdevice.h \ 25 confpartydevice.cxx confpartydevice.h \ 26 overlay.cxx overlay.h \ 27 coders.cxx coders.h \ 28 tonedetector.cxx tonedetector.h \ 29 mediafinder.cxx mediafinder.h \ 30 $(top_srcdir)/lib/logger.cxx $(top_srcdir)/lib/logger.h \ 31 $(top_srcdir)/lib/getoption.h \ 32 $(top_srcdir)/lib/inifile.cxx $(top_srcdir)/lib/inifile.h \ 33 $(top_srcdir)/lib/string-util.cxx $(top_srcdir)/lib/string-util.h \ 34 $(top_srcdir)/lib/net-util.cxx $(top_srcdir)/lib/net-util.h \ 35 $(top_srcdir)/lib/workqueuethread.h \ 36 $(top_srcdir)/lib/statemachine.cxx $(top_srcdir)/lib/statemachine.h\ 37 $(top_srcdir)/lib/waveinfo.cxx $(top_srcdir)/lib/waveinfo.h\ 38 woomera/woomera_server.cc \ 39 woomera/woomera_callctl.cc \ 40 woomera/woomera_common.cc woomera/woomera_common.h \ 41 woomera/woomera.h woomera/woomera_sys.h \ 42 sdp/sdp.h sdp/sdpelements.cxx sdp/sdpelements.h \ 43 sdp/sdplists.cxx sdp/sdplists.h \ 44 sdp/sdpcontainers.cxx sdp/sdpcontainers.h \ 45 $(top_srcdir)/imagemaker/imagemakerthread.cxx $(top_srcdir)/imagemaker/imagemakerthread.h \ 46 $(top_srcdir)/imagemaker/imagemaker.cxx $(top_srcdir)/imagemaker/imagemaker.h \ 47 $(top_srcdir)/imagemaker/url.cxx $(top_srcdir)/imagemaker/url.h \ 48 $(top_srcdir)/imagemaker/document.cxx $(top_srcdir)/imagemaker/document.h \ 49 $(top_srcdir)/imagemaker/style.cxx $(top_srcdir)/imagemaker/style.h \ 50 $(top_srcdir)/imagemaker/element.cxx $(top_srcdir)/imagemaker/element.h 51 52 53 diastar_LDADD = -L/usr/dialogic/lib \ 54 -lpthread \ 55 -lgc -ldxxx -lsrl -ldti -lipm -lmml -ldevmgmt -lm3g -lcnf -lmtkl $(LIBMAGICK_LIBS) 56 57 58 # -Wno-write-strings -Wno-comments are needed to suppress warnings generated 59 # by dialogic headers. 60 # 61 diastar_CPPFLAGS = -Wno-write-strings \ 62 -Werror -Wall -Wno-comments -Wno-unused -O2 \ 63 -I $(top_srcdir)/src/woomera \ 64 -I $(top_srcdir)/src/sdp \ 65 -I $(top_srcdir)/imagemaker \ 66 -I $(top_srcdir)/lib \ 67 -I /usr/dialogic/inc \ 68 $(LIBMAGICK_CPPFLAGS) 69 70
| No admin address has been configured | ViewVC Help |
| Powered by ViewVC 1.0.8 |