mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 17:43:41 +02:00
2018-03-21 Fred Gleason <fredg@paravelsystems.com>
* Added support for cart notifications to the RDXport service. * Added support for notifications to rdimport(1).
This commit is contained in:
@@ -23,6 +23,10 @@ AM_CPPFLAGS = -Wall -DPREFIX=\"$(prefix)\" -DQTDIR=\"@QT_DIR@\" @QT_CXXFLAGS@ -I
|
||||
LIBS = @QT_LIBS@ -L$(top_srcdir)/lib
|
||||
MOC = @QT_MOC@
|
||||
|
||||
# The dependency for qt's Meta Object Compiler (moc)
|
||||
moc_%.cpp: %.h
|
||||
$(MOC) $< -o $@
|
||||
|
||||
libexec_PROGRAMS = rdxport.cgi
|
||||
|
||||
install-exec-hook:
|
||||
@@ -45,6 +49,8 @@ dist_rdxport_cgi_SOURCES = audioinfo.cpp\
|
||||
systemsettings.cpp\
|
||||
trimaudio.cpp
|
||||
|
||||
nodist_rdxport_cgi_SOURCES = moc_rdxport.cpp
|
||||
|
||||
rdxport_cgi_LDADD = @LIB_RDLIBS@ -lsndfile @LIBVORBIS@
|
||||
|
||||
EXTRA_DIST = rdxport.pro
|
||||
|
Reference in New Issue
Block a user