Plumbing ownership further; some things became C++
This commit is contained in:
@ -45,12 +45,12 @@ datauri_filter_dpi_LDADD = \
|
||||
|
||||
downloads_dpi_CXXFLAGS = @LIBFLTK_CXXFLAGS@
|
||||
|
||||
bookmarks_dpi_SOURCES = bookmarks.c dpiutil.cc dpiutil.h
|
||||
downloads_dpi_SOURCES = downloads.cc dpiutil.cc dpiutil.h
|
||||
ftp_filter_dpi_SOURCES = ftp.c dpiutil.cc dpiutil.h
|
||||
hello_filter_dpi_SOURCES = hello.c dpiutil.cc dpiutil.h
|
||||
vsource_filter_dpi_SOURCES = vsource.c dpiutil.cc dpiutil.h
|
||||
file_dpi_SOURCES = file.c dpiutil.cc dpiutil.h
|
||||
cookies_dpi_SOURCES = cookies.c dpiutil.cc dpiutil.h
|
||||
datauri_filter_dpi_SOURCES = datauri.c dpiutil.cc dpiutil.h
|
||||
bookmarks_dpi_SOURCES = bookmarks.cc dpiutil.cc dpiutil.hh
|
||||
downloads_dpi_SOURCES = downloads.cc dpiutil.cc dpiutil.hh
|
||||
ftp_filter_dpi_SOURCES = ftp.cc dpiutil.cc dpiutil.hh
|
||||
hello_filter_dpi_SOURCES = hello.cc dpiutil.cc dpiutil.hh
|
||||
vsource_filter_dpi_SOURCES = vsource.cc dpiutil.cc dpiutil.hh
|
||||
file_dpi_SOURCES = file.cc dpiutil.cc dpiutil.hh
|
||||
cookies_dpi_SOURCES = cookies.cc dpiutil.cc dpiutil.hh
|
||||
datauri_filter_dpi_SOURCES = datauri.cc dpiutil.cc dpiutil.hh
|
||||
|
||||
|
Reference in New Issue
Block a user