f283391b46
They still need to be fixed up, but they now build with C++.
9 lines
106 B
Makefile
9 lines
106 B
Makefile
AM_CPPFLAGS = \
|
|
-I$(top_srcdir)
|
|
|
|
noinst_LIBRARIES = libDlib.a
|
|
|
|
libDlib_a_SOURCES = \
|
|
dlib.hh \
|
|
dlib.cc
|